Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Changing players character/controlling other players?

Asked by 10 years ago

How would I do this? I tried looking through person299's admin commands and copying that, but sadly it doesnt work. you just loose character.

Heres what I have got (no errors, i can control my character but camera becomes unlinked)

01function respawn(player)
02if player ~= 0 then
03local ack2 = Instance.new("Model")
04ack2.Parent = game.Workspace
05local ack4 = Instance.new("Part")
06ack4.Transparency = 1
07ack4.CanCollide = false
08ack4.Anchored = true
09ack4.Name = "Torso"
10ack4.Position = Vector3.new(10000,10000,10000)
11ack4.Parent = ack2
12local ack3 = Instance.new("Humanoid")
13ack3.Torso = ack4
14ack3.Parent = ack2
15player.Character = ack2
View all 44 lines...

Thanks

0
Anyone? unix_system 55 — 10y

Answer this question