Advertisement
mlgmcchicken

mm2 tp candy script

Oct 28th, 2017
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. for i, v in pairs(game.Workspace:GetDescendants()) do
  2. if v.ClassName == ("UnionOperation") and v.Name == ("Red") then
  3. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  4. elseif v.ClassName == ("UnionOperation") and v.Name == ("Blue") then
  5. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6. elseif v.ClassName == ("UnionOperation") and v.Name == ("Green") then
  7. v.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement