heyoooooooooo

Untitled

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