Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i make it so while a variable is true people can't select tools?

Asked by 6 years ago

Something like that maybe? but then how would i edit the property of the tool to make it so its not selected

while slow == true do
    for i,v in pairs(game.Players:GetPlayers()) do
        v.Character:FindFirstChildOfClass("Tool")
    end
end

Answer this question