Roblox Lifting Simulator How To Rank Up

Lifting

Sep 7th, 2019
Never

Roblox Lifting Simulator Ranks

Ranks are special name tags in Farming Simulator. Your rank changes depending on how much wheat you have collected. Noob: 0 Wheat Novice: 100 Wheat Bumpkin: 500 Wheat Farmer: 1,000 Wheat Grazer: 2,500 Wheat Planter: 5,000 Wheat Seeder: 10,000 Wheat Producer: 25,000 Wheat Cropper: 50,000 Wheat.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. WALKSPEED = 100-- Custom walkspeed (16 by default)
  2. local sellUI = plr.PlayerGui.ModalGui.TeleportSell
  3. local ms = plr:GetMouse()
  4. safeSpot.Name = 'safeSpotPart'
  5. safeSpot.Size = Vector3.new(40,1,40)
  6. safeSpot.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,400,0)
  7. if key SAFEKEY then
  8. plr.Character.HumanoidRootPart.CFrame = safeSpot.CFrame * CFrame.new(0,20,0)
  9. end)
  10. local endnum = plr.Data.MuscleCapacity.Value
  11. wait(0.5)
  12. game.ReplicatedStorage.RemoteEvent:FireServer('LiftWeight')
  13. wait()
  14. game.ReplicatedStorage.RemoteEvent:FireServer('SellMuscle')
  15. if sellUI.Visible true then
  16. end
  17. end

Roblox Lifting Simulator How To Rank Upload