Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. local play = Instance.new("Sound",playerChar:FindFirstChild("Head"))
  3. play.SoundId = "http://www.roblox.com/asset/?id=2963068404" --Change the "2963068404" to any sound ID you want.
  4. play:Play()
  5.  
  6. end
  7. end
  8. mouse.KeyDown:connect(function(key)
  9. key = key:lower()
  10. if key == "f" then -- Change this to any Keys but I reccomand leaving it as [F] key.
  11. Light()
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement