Advertisement
Ethan4876

0002

Oct 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. x=script:Clone()
  3. x.Parent=game.Workspace
  4. x.Disabled=true
  5. wait(0.001)
  6. x.Disabled=false
  7. y=Instance.new("Part", game.Workspace)
  8. y.Position=Vector3.new(0, 0, 0)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement