Advertisement
Guest User

Respawn (LUA)

a guest
Oct 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local M = Instance.new('Model', workspace)
  2. M.Name = 'respawn'
  3. local H = Instance.new('Humanoid', M)
  4. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  5. game.Players.LocalPlayer.Character = M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement