|
| 26 May 2014 11:41 AM |
| I want you to spawn with like for example, you spawn all the time with a dominus, could someone make/give a script for that? |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
|
| 26 May 2014 11:42 AM |
| You can go make one yourself, if it doesn't work, we'll fix it. |
|
|
| Report Abuse |
|
|
|
| 26 May 2014 11:49 AM |
HatName = "" -- Put your hat name here and make sure to put it in lighting. game.Players.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(char) if plr and char then game.Lighting:FindFirstChild(HatName):clone().Parent = char wait(0) else return end end) end) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 26 May 2014 12:29 PM |
| I don't know why but I won't work.. |
|
|
| Report Abuse |
|
|
|
| 26 May 2014 12:30 PM |
output?
~masterCameron101, advanced Lua programmer, certified in Photoshop. Have I helped you? Don8~ |
|
|
| Report Abuse |
|
|
| |
|