of     1   

Flicky
#164686Thursday, September 27, 2007 7:55 PM GMT

Can you make me a script that allows you to take over somebody? Thx =P ----Flicky----
whathavidone
#164691Thursday, September 27, 2007 7:58 PM GMT

game.Players.InsertYourNameHere.Character = game.Players.InsertOtherPerson.Character
Flicky
#164701Thursday, September 27, 2007 8:06 PM GMT

Thx but... nvm i'll go try it. THX. But i also need help with a script to make us all die in the level currently when I say "Prepare to die" plzkthx =D
whathavidone
#164702Thursday, September 27, 2007 8:07 PM GMT

uhh... here's something better: game.Players:Remove() it should work.
koontay
#164764Thursday, September 27, 2007 8:43 PM GMT

But won't that just remove everybody?
Anaminus
Top 100 Poster
#164781Thursday, September 27, 2007 8:47 PM GMT

It will. This is what should be used... c = game.Players:GetChildren() for i = 1, #c do c[i].Character.Humanoid.Health = 0 end ?-Anaminus-?
koontay
#164792Thursday, September 27, 2007 8:51 PM GMT

Yay! For once I was actually right about something to do with scripting! Maybe I'm actually learning how to script....O.o
whathavidone
#164800Thursday, September 27, 2007 8:54 PM GMT

Anaminus, thank you for making the ultimate learn-to-script tutorial thing.
nate2800
#165479Friday, September 28, 2007 3:13 AM GMT

Well, i have an easier one than the one that Anaminus gave. I only reccomend to use this in anaminus's scripting level, otherwise it will destroy all the joints (joints being where all your objects are attached to each other) in your level: game.Workspace:BreakJoints() enjoy.
niteshifter
#165559Friday, September 28, 2007 5:45 AM GMT

breaking joints sounds awesome!

    of     1