Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Instance.new('Part', workspace)
- platform.Size = Vector3.new(1000,0,10200)
- platform.Anchored = true
- platform.Position = Vector3.new(100,-250,-200)
- game.Workspace.Part.Name = "bro"
- game.Workspace.bro.Locked = true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.bro.CFrame + Vector3.new(0, 10, 0)
- while wait() do
- local me = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game.Workspace['Zombie Storage']:GetDescendants()) do
- if v.Name == "HumanoidRootPart" then
- v.Anchored = true
- v.CFrame = me.CFrame + Vector3.new(0, 0, 5)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement