Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Keybind Is (R)
- -- For Mobile Use Keyboard Script
- -- Game : https://www.roblox.com/games/6644653750/Color-Run
- local winkey = "r";
- local mouse = game.Players.LocalPlayer:GetMouse()
- mouse.KeyDown:Connect(function(key)
- if key == winkey then
- for i,v in pairs(game:GetService("Workspace").Map:GetChildren()) do
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart.BlockTouchPart,v,1)
- firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart.BlockTouchPart,v,0)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment