Keimu

Block Eating Simulator Script

Mar 15th, 2023 (edited)
7,543
0
Never
8
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. _G.CollectBlocks = true
  2.  
  3. 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
Add Comment
Please, Sign In to add comment