Advertisement
IGhostxGamerI

Speed Simulator Auto Win

Jun 25th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. -- game: https://web.roblox.com/games/1131164713/FIXED-BUGS-Speed-Simulator
  2.  
  3. -- Objects
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local TextButton = Instance.new("TextButton")
  7.  
  8. -- Properties
  9.  
  10. ScreenGui.Parent = game.CoreGui
  11.  
  12. TextButton.Parent = ScreenGui
  13. TextButton.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  14. TextButton.BorderSizePixel = 0
  15. TextButton.Position = UDim2.new(0, 0, 0.655367255, 0)
  16. TextButton.Size = UDim2.new(0, 194, 0, 43)
  17. TextButton.Font = Enum.Font.SourceSans
  18. TextButton.Text = "+250 Steps"
  19. TextButton.TextColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  20. TextButton.TextScaled = true
  21. TextButton.TextSize = 14
  22. TextButton.TextWrapped = true
  23.  
  24. -- Scripts
  25.  
  26. TextButton.MouseButton1Up:Connect(function()
  27. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(793.77, 8, 222))
  28. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement