|
| 19 May 2013 09:52 AM |
Can some one please make a script for me so if you enter a game, dynamic lightning comes out of your torso?
Go to this game: http://www.roblox.com/Area-94-place?id=115651144. Dynamic lightning comes out of your torso if you join the game. The creator said it is a script. So can some one create a script like that, or help me with getting dynamic lightning out of my torso when i join my game?
Greeting, Nacul. |
|
|
| Report Abuse |
|
|
100465
|
  |
| Joined: 17 Jun 2010 |
| Total Posts: 6353 |
|
|
| 19 May 2013 09:53 AM |
| I understand what your saying but I forgot how to format it. |
|
|
| Report Abuse |
|
|
| |
|
100465
|
  |
| Joined: 17 Jun 2010 |
| Total Posts: 6353 |
|
|
| 19 May 2013 09:55 AM |
| You have the use the Onplayerentered() Function and the basic Instance.new of the Light. Then edit the color within the script. |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 09:59 AM |
Um... Cant you create a script for me? I am not a scripter. But i can change scripts :D |
|
|
| Report Abuse |
|
|
iDannyyz
|
  |
| Joined: 24 Mar 2013 |
| Total Posts: 2383 |
|
|
| 19 May 2013 10:04 AM |
| You don't use a script, its already there on ROBLOX studios. You need to go on lighting on the explorer (on ROBLOX Studios) and tick the box with dynamic lighting and then it just appears there. |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 10:07 AM |
@iDannyyz
No that's just how to turn on Dynamic Lighting.
The script you need is something along the lines of playerenter(0) point.light(on) body.part(Torso)
That's not the script but along the lines of what you need... try using this website for scripting help:
http://www.lualearners.org/tutorial?tut=102 |
|
|
| Report Abuse |
|
|
crazyblox
|
  |
| Joined: 16 Mar 2008 |
| Total Posts: 6139 |
|
|
| 19 May 2013 10:08 AM |
--Put in script in StarterGui
player = script.Parent.Parent Instance.new("PointLight", player.Character.Torso) |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 10:18 AM |
| @crazy What do i need to do with the Pointlight then? |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 11:40 AM |
| Nvm. I have it now http://www.roblox.com/Dynamic-Torso-Script-item?id=116291151 |
|
|
| Report Abuse |
|
|