Advertisement
LelzYT

Survivor grab advantages

Sep 20th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --Use this AFTER teams are selected.
  2. if game.Lighting:findFirstChild("Misc") then
  3. game.Lighting.Misc.Parent = workspace
  4. end
  5. local items = workspace.Misc.Spawned:getChildren()
  6. for i=1,3 do
  7. items[i].CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8. wait(6)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement