Advertisement
9_cVv

114514 jump game

Dec 1st, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. print('Script might not work. If script does not work, contact TechHog#8984 and have him join your game.')
  2.  
  3. local list = {2015043,2848315,3572339,2111134,4067922,2345463,1795359}
  4. local remote = game.ReplicatedStorage.lole
  5.  
  6. game:GetService("RunService").RenderStepped:Connect(function()
  7. for a,number in pairs(list) do
  8. remote:FireServer(number,Vector3.new(-85.1373062, 4.5, -6.25))
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement