SirMeme

Super Hero Life 3

Apr 19th, 2019
2,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. local function tp(...)
  2. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  3. end
  4.  
  5. if game.Players.LocalPlayer.Team.Name == "Heroes" then
  6.     game.ReplicatedStorage.Remotes.Misc.TeamChange2:InvokeServer(game.Teams.Villains.TeamColor)
  7. end
  8.  
  9. tp(1453.55603, 174.451248, 1096.2146)
  10. wait(0.5)
  11. tp(1179.54871, 166.197739, 1267.95398)
  12. wait(0.5)
  13. tp(1137.27307, 164.500061, 1270.8606)
Add Comment
Please, Sign In to add comment