|
| 10 Jan 2016 01:33 PM |
Why isn't this script working...?? It's suppose to change the color and material of the part when the value is changed i check the value changes but the if statement doesn't change the part
if script.Parent.Value.Value == 1 then print"yes baby" script.Parent.BrickColor = BrickColor.new "Lime green" script.Parent.Material = "Neon" game.Workspace.Beep:Play() end
|
|
|
| Report Abuse |
|
|
|
| 10 Jan 2016 01:34 PM |
script.Parent.Material = Enum.Material.Neon*
if script.Parent.Value == 1 then*
#Code print("Song Link: http://www.roblox.com/Deorro-vs-Swedish-House-Mafia-Save-The-5-Hours-item?id=340827217") |
|
|
| Report Abuse |
|
|
| |
|
|
| 10 Jan 2016 04:05 PM |
| No it doesen't print hey baby |
|
|
| Report Abuse |
|
|
| |
|