Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local InfectedHolder = workspace.Infected
- for _, v in pairs(InfectedHolder:GetDescendants()) do if v.Name == "HumanoidRootPart" then v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(3,0,0) v.Anchored = true end end
Add Comment
Please, Sign In to add comment