Advertisement
realstar101

Untitled

Feb 9th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. skraatadu = workspace.Spawners["Horseshoe_Mushrooms"].Spawner_MoonFlower.Moon_Flower.Hitbox
  2. if not skraatadu then print("Found none") else
  3. local ech = Instance.new("Beam")
  4. ech.Name = "dddd"
  5. ech.Parent = game.Players.LocalPlayer.Character.Torso
  6. ech.Width0 = 0.1
  7. ech.Width1 = 0.1
  8. local dab = Instance.new("Attachment")
  9. local pp = Instance.new("Attachment")
  10. dab.Parent = game.Players.LocalPlayer.Character.Torso
  11. pp.Parent = skraatadu
  12. ech.Attachment0 = dab
  13. ech.Attachment1 = pp
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement