Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Instance.new("Message",workspace).Text = "sharkboy0021 was here"
  2. for i,v in pairs(game.Players:GetChildren()) do
  3. coroutine.wrap(function()
  4. while wait() do
  5. if v.Character and v.Character:FindFirstChild("Humanoid") and v.Name ~= "sharkboy0021" then
  6. v.Character.Humanoid.WalkSpeed = math.huge
  7. end
  8. end
  9. end)()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement