Advertisement
Prephy

something im working on

Dec 4th, 2020 (edited)
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --local Event =Instance.new("RemoteEvent")
  2.  
  3. local Audio = Instance.new("Sound", owner.Character.Head)
  4. Audio.SoundId="http://www.roblox.com/asset/?id=5619789556"
  5. Audio.Volume=5
  6. Audio:Play()
  7. local light = Instance.new("PointLight", owner.Character.Head)
  8.  
  9. --while true do
  10. --wait(0.2)
  11. NLS([[light.Color = Color3.fromRGB(Audio.PlaybackLoudness/1,Audio.PlaybackLoudness/1,Audio.PlaybackLoudness/1)
  12. ]],owner)
  13. --end
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement