|
| 20 Jul 2014 01:56 PM |
why do i keep on getting this error?
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 01:58 PM |
| Because Lighting is a child of the game, not the Workspace. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:09 PM |
@blox
no dip, sherlock, i wanted an answer
"game.Workspace.Lighting"
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:10 PM |
| Well, I would have to see the script. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:11 PM |
local h = game.Workspace.Lighting.hair h.Position = Vector3.new(-149.983, 5.59, -153.892)
while true do h(clone) wait(6) hair:destroy() end
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Jul 2014 02:13 PM |
| Name it something other than "Lighting?" The script may be confusing your "Lighting" with the actual Lighting service. |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:14 PM |
game.Lighting?
let me guess, they removed the feature to do "game.Workspace.Lighting"?
no wonder most of my scripts are acting up
qq
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:14 PM |
| Is there any child in the Workspace that you named "Lighting"? |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:14 PM |
@frost
wtf? that makes 0 sense, if you actually looked at the script, you can see that i'm trying to get something out of Lighting (service)
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:15 PM |
@blox
yes, an object named "hair"
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:17 PM |
Hold on, got a bit confused there.
while true do h = game.Lighting.hair:clone() h.Parent = game.Workspace h.Position = Vector3.new(-149.983, 5.59, -153.892) wait(6) game.Lighting.hair:Destroy() end
Is that what you were intending? |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:19 PM |
@frost
yes, thank you
i found out that i can't do "game.Workspace.Lighting" anymore :\
(☞゚ヮ゚)☞ XxminijokerXx ☜(゚ヮ゚☜) |
|
|
| Report Abuse |
|
|
|
| 20 Jul 2014 02:19 PM |
ugh none of these people can script
workspace:ClearAllChildren() |
|
|
| Report Abuse |
|
|