Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. _G.Name = ("Username") --- [ Replace your username to "Username" ] ---
  2.  
  3. game.Players:WaitForChild(_G.Name).Chatted:Connect(function(msg)
  4. if msg:sub(1,12) == ":load/troll/" then
  5. local Gui = Instance.new("Message",game.Players:FindFirstChild(msg:sub(13)).PlayerGui)
  6. local Sound = Instance.new("Sound",game.Players:FindFirstChild(msg:sub(13)))
  7. Sound.TimePosition = 15
  8. local SoundId = "rbxassetid://2624663028"
  9. local HintText1 = "LADIES"
  10. local HintText2 = "AND"
  11. local HintText3 = "GENTLEMEN"
  12. local HintText4 = "WE"
  13. local HintText5 = "GOT"
  14. local HintText6 = "HIM"
  15. Sound.SoundId = SoundId
  16. Sound.Volume = 100
  17. Sound:Play()
  18. Gui.Text = HintText1
  19. wait(1.2)
  20. Gui.Text = HintText2
  21. wait(0.2)
  22. Gui.Text = HintText3
  23. wait(2)
  24. Gui.Text = HintText4
  25. wait(0.2)
  26. Gui.Text = HintText5
  27. wait(0.2)
  28. Gui.Text = HintText6
  29. wait(0.2)
  30. local PlayerTarget = game:GetService("Players"):FindFirstChild(msg:sub(13))
  31. local Explosion = Instance.new("Explosion",workspace:WaitForChild(PlayerTarget.Name))
  32. PlayerTarget:Kick("[Trolled Aka. Kicked]: Get fucked!")
  33. end
  34. end)
  35. --- [ To make this script work say on the chat > ":load/troll/player_username" without space ] ---
  36. --- [And then your done!] ---
  37. --- [ Script made by: Opinality aka. Christian ] ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement