of     1   

Entelicon
#139682074Tuesday, July 08, 2014 9:16 PM GMT

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
Entelicon
#139682854Tuesday, July 08, 2014 9:23 PM GMT

bump
vlekje513
#139973836Friday, July 11, 2014 9:55 AM GMT

Bump.
0_0
#139974501Friday, July 11, 2014 10:19 AM GMT

Bump
2eggnog
#139974821Friday, July 11, 2014 10:31 AM GMT

I may be wrong, but I don't think that's what the ControllerService does. IIRC, it contains local controller objects for humanoids. Removing one just prevents you from controlling your character. They are not for specific keys.

    of     1