I have used this script
local controllerService = game:GetService("ControllerService") local controller = controllerService:GetChildren()[1] controller.Parent = nil wait(5) controller.Parent = controllerService
but it wont work i also searched up and none of the scripts work for me. Please help :c.