Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local SurfaceGui = Instance.new("SurfaceGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local s = function()local s2 = Instance.new("Sound") s2.Parent = workspace s2.SoundId = "rbxassetid://157878578" s2:Play() end
- -- Properties
- SurfaceGui.Parent = game.Players.LocalPlayer.Character.Torso
- SurfaceGui.AlwaysOnTop = false
- Frame.Parent = SurfaceGui
- Frame.BackgroundColor3 = Color3.new(0, 0.211765, 0)
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "TOUCH ME FOR FREE ROBUX!!!!!!!!!!!!!!!!!!!"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextStrokeTransparency = 0
- TextLabel.TextWrapped = true
- game.Players.LocalPlayer.Character.Torso.Touched:Connect(function()
- for _=1,100 do
- local xp = Instance.new("Explosion", game.Players.LocalPlayer.Character.Torso)
- xp.Position = game.Players.LocalPlayer.Character.Torso.Position
- s()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment