This is what I have:
local cs = game:GetService("ControllerService")
cs:ClearAllChildren()
local controller = "w"
controller.Parent = cs
If you can't already tell i'm disabling on the keys and only adding the ones I want back. I'm not doing this right but I can't understand what the wiki wants me to do. Thanks, any help would be appreciated |