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!
- WALKSPEED = 100-- Custom walkspeed (16 by default)
- local sellUI = plr.PlayerGui.ModalGui.TeleportSell
- local ms = plr:GetMouse()
- safeSpot.Name = 'safeSpotPart'
- safeSpot.Size = Vector3.new(40,1,40)
- safeSpot.CFrame = plr.Character.HumanoidRootPart.CFrame * CFrame.new(0,400,0)
- if key SAFEKEY then
- plr.Character.HumanoidRootPart.CFrame = safeSpot.CFrame * CFrame.new(0,20,0)
- end)
- local endnum = plr.Data.MuscleCapacity.Value
- wait(0.5)
- game.ReplicatedStorage.RemoteEvent:FireServer('LiftWeight')
- wait()
- game.ReplicatedStorage.RemoteEvent:FireServer('SellMuscle')
- if sellUI.Visible true then
- end
- end