Advertisement
Guest User

Mps Futsal Ball Cheat

a guest
Mar 27th, 2022
4,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. local tpsbringer = Instance.new("ScreenGui")
  2. local TextButton = Instance.new("TextButton")
  3. local Frame = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5.  
  6. tpsbringer.Name = "tpsbringer"
  7. tpsbringer.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  8. tpsbringer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9.  
  10. TextButton.Parent = tpsbringer
  11. TextButton.BackgroundColor3 = Color3.fromRGB(0, 115, 255)
  12. TextButton.Position = UDim2.new(0.0952399746, 0, 0.517021656, 0)
  13. TextButton.Size = UDim2.new(0, 111, 0, 29)
  14. TextButton.Font = Enum.Font.SourceSans
  15. TextButton.Text = "Bring Ball"
  16. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  17. TextButton.TextSize = 18.000
  18.  
  19. Frame.Parent = tpsbringer
  20. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  21. Frame.Position = UDim2.new(0.0952399746, 0, 0.48455286, 0)
  22. Frame.Size = UDim2.new(0, 111, 0, 19)
  23.  
  24. TextLabel.Parent = Frame
  25. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. TextLabel.BackgroundTransparency = 1.000
  27. TextLabel.Size = UDim2.new(0, 111, 0, 19)
  28. TextLabel.Font = Enum.Font.SourceSans
  29. TextLabel.Text = "Made by Benzgamming"
  30. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 14.000
  33. TextLabel.TextWrapped = true
  34. TextButton.MouseButton1Click:Connect(function()
  35. local char = game.Players.LocalPlayer.Character
  36. local TPS = game.Workspace.Balls.TPS
  37. TPS.CFrame = char.Torso.CFrame * CFrame.new(0, -2,-1)
  38. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement