Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait (0.5)
- skraatadu = workspace.Present1.PP
- if not skraatadu then print("Found none") else
- local ech = Instance.new("Beam")
- ech.Name = "dddd"
- ech.Parent = game.Players.LocalPlayer.Character.Torso
- ech.Width0 = 0.1
- ech.Width1 = 0.1
- local dab = Instance.new("Attachment")
- local pp = Instance.new("Attachment")
- dab.Parent = game.Players.LocalPlayer.Character.Torso
- pp.Parent = skraatadu
- ech.Attachment0 = dab
- ech.Attachment1 = pp
- end
- end
Add Comment
Please, Sign In to add comment