How would I enable the players controls?
local controls = require(game:GetService("Players").LocalPlayer.PlayerScripts.PlayerModule):GetControls()
controls:Disable()
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
oh, why didn’t I think of that lol