File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ local GAMEPAD_INPUT_TYPES = {
9696 [Enum.UserInputType.Gamepad8 ] = true ,
9797}
9898
99+ local ContextActionService = game :GetService ("ContextActionService" )
100+ local GamepadService = game :GetService ("GamepadService" )
99101local PlayersService = game :GetService ("Players" )
100- local UserInputService = game :GetService ("UserInputService" )
101102local StarterGui = game :GetService ("StarterGui" )
102- local ContextActionService = game :GetService ("ContextActionService " )
103+ local UserInputService = game :GetService ("UserInputService " )
103104local VRService = game :GetService ("VRService" )
104- local GamepadService = game :GetService ("GamepadService" )
105105-- RobloxGui:WaitForChild("Modules"):WaitForChild("TenFootInterface")
106106local IsTenFootInterface = GuiService :IsTenFootInterface () -- ROBLOX deviation: use GuiService
107107local function Create (instanceType ) -- ROBLOX deviation: use a custom Create function
Original file line number Diff line number Diff line change 1+ [sort_requires ]
2+ enabled = true
You can’t perform that action at this time.
0 commit comments