|
| 27 Jul 2015 05:31 AM |
I just know to do this crap:
Remove.Head.Humanoid.Workspace.game.Value = 0 wait(5)
Remove.LeftArm.Humanoid.Workspace.game.Value = 0 wait(2)
Remove.RightArm.Humanoid.Workspace.game.Value = 0 wait(2)
Remove.LeftLeg.Humanoid.Workspace.game.Value = 0 wait(2)
Remove.RightLeg.Humanoid.Workspace.game.Value = 0 wait(5)
Health.Humanoid.Workspace.Game.Value = 5 wait(2)
Remove.Head.Humanoid.Workspace.game.Value = 0 wait(10)
end
And I think it's badly wrote... Can anyone help me? |
|
|
| Report Abuse |
|
|
ByDefault
|
  |
| Joined: 25 Jul 2014 |
| Total Posts: 3197 |
|
|
| 27 Jul 2015 05:38 AM |
wiki.roblox.com
scriptinghelpers.org |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:40 AM |
"Remove.Head.Humanoid.Workspace.game.Value = 0"
wtf. are you mad im laughing at this script right now. Your better of at roblox wiki.
Sorry if I was a bit mean then |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:40 AM |
| It's better if anyone teach me... |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:41 AM |
Type in 'peasfactory' in Youtube. He makes ROBLOX Lua tutorials.
I |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:42 AM |
| My native language is not english. It's better if anyone teaches me TYPING at ROBLOX. |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:42 AM |
okay firat of ur code is a mess.
to remove something its
thing:remove()
or if u are very new
thing:Destroy()
and also...
WHERE everyone learnt their code.
wiki.roblox.com
the code u want is here
for i, v in pairs (game.Players:GetChildren()) do if v.Character then wait() local u = v.Character:FindFirstChild["Head"] local ux = v.Character:FindFirstChild["Head"]:Clone() u:remove() wait(3) ux.Parent = v.Character end end
I cant do welds, sorry if the head falls of and vanished of the earth :P
|
|
|
| Report Abuse |
|
|
Zeekip
|
  |
| Joined: 24 Oct 2014 |
| Total Posts: 74 |
|
|
| 27 Jul 2015 05:43 AM |
game.Workspace.Humanoid.Head:remove() wait(5) |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:44 AM |
I need someone to teach me D: I don't understand much in ROBLOX Wiki. |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:45 AM |
I think you "tree'd" it incorrectly, refer to Studio to help you.
The tree should somewhat look like this.
Game - Workspace - "randomstuff" - Lighting - "stuff" - StarterGui - "stuff" P.s, Players start with the gui's/scripts put into here - StarterPack - "Stuff" Players start with the Script/Tools which are put into here - Teams You can create a Team instance and name it n stuff.
Go to ROBLOX WIKI for help, If you really desperatly need help, Go ask me. |
|
|
| Report Abuse |
|
|
|
| 27 Jul 2015 05:46 AM |
I cant teach u much, personally. If u look at the wiki and PM me anything that says that works but it doesnt I will explain it to you!
just saying...START AT THE BASICS
I did the opposite 3 years ago and it took me 2 and a half years to be bothered looking at it again. |
|
|
| Report Abuse |
|
|