Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game:GetService("Players").LocalPlayer
- local cpos = Player.Character.HumanoidRootPart.CFrame
- local stuff = workspace:getDescendants()
- for i = 1, #stuff do
- if stuff[i].Name == "Block" and stuff[i].Parent.Name == "Ores" then
- repeat
- wait()
- Player.Character.HumanoidRootPart.CFrame = stuff[i].CFrame
- Player.Character.Axe.RemoteEvent:FireServer(stuff[i])
- until stuff[i].Name ~= "Block" or not Player.Character:FindFirstChild("Axe")
- end
- end
- Player.Character.HumanoidRootPart.CFrame = cpos
- -- Game Link: https://www.roblox.com/games/855499080/SKYWARS
- -- Wait until the round start, grab your pickaxe and execute this.
Add Comment
Please, Sign In to add comment