SebTDZ

Water

Apr 7th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. while true do
  2.     if game.Workspace:FindFirstChild('SebTDZ500') then
  3.         game.Workspace.Terrain:FillBlock(game.Workspace:FindFirstChild('SebTDZ500').HumanoidRootPart.CFrame, Vector3.new(50, 50, 50), Enum.Material.Water)
  4.         game.Workspace:FindFirstChild('SebTDZ500').Humanoid.WalkSpeed = 100
  5.     end
  6.     wait(0.05)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment