View difference between Paste ID: FgDQi4Ap and 0wpJFUUy
SHOW: | | - or go back to the newest paste.
1-
local plr = game.Players.Player1
1+
local plr = game.Players.OriginalDinoGod
2
lpChar = game.Players.LocalPlayer.Character.Torso
3
4
local w = Instance.new("Weld", lpChar)
5
w.Part0 = lpChar
6
w.Part1 = plr.Character.Torso
7
w.C0 = lpChar.CFrame
8
w.C1 = lpChar.CFrame * CFrame.new(0, -10000, 0)
9
wait(0.1)
10
w:Destroy()