Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.CollectBlocks = true
- while _G.CollectBlocks == true do wait(0.1)for a,b in pairs(workspace.Parts:GetChildren())do wait(0.1)if b:IsA("Part")then if b:FindFirstChild("BlockSize")then if game.Players.LocalPlayer.leaderstats.Size.Value>=b.BlockSize.Value then workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame=CFrame.new(b.CFrame.X,b.CFrame.Y,b.CFrame.Z)*CFrame.Angles(0,math.random(1,100),0)end end end end end
Advertisement
Comments
-
- how to stop the script bruh
-
- Change "_G.CollectBlocks = true" to = false
- simple
-
- that didnt work, wdym simple. try it for yourself lol
-
- my bad I just assumed it would, guess there is no way of stopping it
- simple as that
-
- i will adapt this script and make a start and stop button
-
- i have successfully failed as i was forgetting my lua skills i am going to have to re-learn the whole lot
-
User was banned
-
- Kicks me after some time of using it
Add Comment
Please, Sign In to add comment