Player Controls

How would I enable the players controls?

local controls = require(game:GetService("Players").LocalPlayer.PlayerScripts.PlayerModule):GetControls()

	controls:Disable()

Its pretty simple just controls:Enable() thats it

1 Like

oh, why didn’t I think of that lol

2 Likes