realstar101

Prs1

Jan 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. while true do
  2. wait (0.5)
  3. skraatadu = workspace.Present1.PP
  4. if not skraatadu then print("Found none") else
  5. local ech = Instance.new("Beam")
  6. ech.Name = "dddd"
  7. ech.Parent = game.Players.LocalPlayer.Character.Torso
  8. ech.Width0 = 0.1
  9. ech.Width1 = 0.1
  10. local dab = Instance.new("Attachment")
  11. local pp = Instance.new("Attachment")
  12. dab.Parent = game.Players.LocalPlayer.Character.Torso
  13. pp.Parent = skraatadu
  14. ech.Attachment0 = dab
  15. ech.Attachment1 = pp
  16. end
  17. end
Add Comment
Please, Sign In to add comment