Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- skraatadu = workspace.Spawners["Horseshoe_Birds"].Spawner_Bird_Rednal.Rednal.Hitbox
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement