SHOW:
|
|
- or go back to the newest paste.
1 | -- RUN AS LOCAL SCRIPT!!!!!! | |
2 | ||
3 | - | me = game.Players:findFirstChild("YOUR.NAME.HERE") |
3 | + | me = game.Players:findFirstChild("WinslowMau") |
4 | - | person = game.Players:findFirstChild("PERSON'S.NAME.HERE") |
4 | + | person = game.Players:findFirstChild("bamaBEN123") |
5 | ||
6 | local cam = workspace.CurrentCamera | |
7 | cam.CameraSubject=person.Character.Head | |
8 | wait(0.2) | |
9 | me.Character.HumanoidRootPart.CFrame = person.Character.HumanoidRootPart.CFrame | |
10 | wait(0.5) | |
11 | person.Character.HumanoidRootPart.Parent = me.Character | |
12 | me.Character = person.Character |