Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --Spectrum by Planet#1337
  2.  
  3. local plr = game.Players:WaitForChild("8lx3")
  4. local char = plr.Character
  5. local head = char.Head
  6. local part = Instance.new("Part", head)
  7. local sound = Instance.new("Sound", part)
  8. sound.SoundId = "rbxassetid://316022863"
  9. sound.Playing = true
  10. sound.Looped = true
  11. if sound.Playing == false then
  12. sound:Play()
  13. end
  14. part.CanCollide = false
  15. part.Anchored = true
  16. part.Size = Vector3.new(30, 30, 30)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement