heyoooooooooo

Untitled

Jan 26th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Jumpscare = Instance.new("ScreenGui")
  2. Jumpscare.Parent = game.Players.LocalPlayer.PlayerGui
  3. local labelll = Instance.new("ImageLabel")
  4. labelll.BackgroundTransparency = 0
  5. labelll.Image = 'rbxassetid://4635578021'
  6. labelll.Parent = Jumpscare
  7. labelll.Name = nub
  8. local jump = Instance.new("Sound")
  9. jump.SoundId = 'rbxassetid://130861347'
  10. jump.PlaybackSpeed = 1
  11. jump.Volume = 2
  12. jump.Parent = player
  13. jump:Play()
  14. end
Add Comment
Please, Sign In to add comment