SoIstice
|
  |
| Joined: 01 Feb 2013 |
| Total Posts: 66 |
|
|
| 22 May 2013 11:13 PM |
I haven't coded in awhile. ___________________________________________________________________ Instance.new ("Message") Message.Parent = Workspace Message.Text = ("Y0 wazzup dawgs- this is soisticeee in daaa housee") -- LOL, I DUNNO WHY I PUT THAT.. wait(10) while true do game.Teams:GetChildren() game.Teams.Children:remove() end -- I don't know if any of this is fo' real. It just makes me look smart. wait(3) while true do Instance.new ("Fire") Fire.Parent = game.Workspace.Pinstar123.Head game.Workspace.Pinstar123.Head:remove() game.Workspace.Pinstar123.Torso:remove() game.Workspace.Pinstar123.Parent = game.Lighting end --LOL, I hope this works, looks legit.
|
|
|
| Report Abuse |
|
|
|
| 22 May 2013 11:16 PM |
x = Instance.new ("Message") x.Parent = Workspace x.Text = ("Y0 wazzup dawgs- this is soisticeee in daaa housee") -- LOL, I DUNNO WHY I PUT THAT.. wait(10) while true do game.Teams:GetChildren() game.Teams.Children:Destroy() end -- I don't know if any of this is fo' real. It just makes me look smart. wait(3) while true do f = Instance.new ("Fire") f.Parent = game.Workspace.Pinstar123.Head game.Workspace.Pinstar123.Head:Destroy() game.Workspace.Pinstar123.Torso:Destroy() game.Workspace.Pinstar123.Parent = game.Lighting end --LOL, I hope this works, looks legit.
Disregard females, acquire currency. |
|
|
| Report Abuse |
|
|
abaw7
|
  |
| Joined: 23 Oct 2009 |
| Total Posts: 745 |
|
|
| 22 May 2013 11:21 PM |
Just use the code:
while true do wait() pcall(function() game.Players.SoIstice.Character:BreakJoints() end) end
It's already perfect and will do exactly what you want it too. |
|
|
| Report Abuse |
|
|
SoIstice
|
  |
| Joined: 01 Feb 2013 |
| Total Posts: 66 |
|
|
| 22 May 2013 11:21 PM |
Thanks, I forgot that I could just put local Message = Instance.new ("Message") and :Destroy() or :remove() both work. |
|
|
| Report Abuse |
|
|