FantasyGamer

Allahu Akbar v1

Jun 7th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SurfaceGui = Instance.new("SurfaceGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local s = function()local s2 = Instance.new("Sound") s2.Parent = workspace s2.SoundId = "rbxassetid://157878578" s2:Play() end
  7.  
  8. -- Properties
  9.  
  10. SurfaceGui.Parent = game.Players.LocalPlayer.Character.Torso
  11. SurfaceGui.AlwaysOnTop = false
  12.  
  13. Frame.Parent = SurfaceGui
  14. Frame.BackgroundColor3 = Color3.new(0, 0.211765, 0)
  15. Frame.BorderSizePixel = 0
  16. Frame.Size = UDim2.new(1, 0, 1, 0)
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  20. TextLabel.BackgroundTransparency = 1
  21. TextLabel.BorderSizePixel = 0
  22. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  23. TextLabel.Font = Enum.Font.SourceSansBold
  24. TextLabel.FontSize = Enum.FontSize.Size14
  25. TextLabel.Text = "TOUCH ME FOR FREE ROBUX!!!!!!!!!!!!!!!!!!!"
  26. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  27. TextLabel.TextScaled = true
  28. TextLabel.TextSize = 14
  29. TextLabel.TextStrokeTransparency = 0
  30. TextLabel.TextWrapped = true
  31.  
  32. game.Players.LocalPlayer.Character.Torso.Touched:Connect(function()
  33. for _=1,100 do
  34. local xp = Instance.new("Explosion", game.Players.LocalPlayer.Character.Torso)
  35. xp.Position = game.Players.LocalPlayer.Character.Torso.Position
  36. s()
  37. end
  38.  
  39.  
  40.  
  41. end)
Advertisement
Add Comment
Please, Sign In to add comment