Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I have a problem with this test script can u help me?

Asked by
Dax4244 20
8 years ago

Im new to scripting so you mite see alot of scripting questions by me. i have a problem with this script

workspace.BadgeAwarder.Platform.Transparency=0
workspace.BadgeAwarder.Platform.Material("Neon")
workspace.BadgeAwarder.Platform.Reflectance=0
workspace.BadgeAwarder.Platform.CanCollide=true

it would only do one line instead of all, can u help?

1 answer

Log in to vote
1
Answered by 8 years ago

Please provide explanation with your answers. Simply posting code does not spread knowledge of integral scripting processes which helps people understand the logic and reasoning behind your answer.

Problem Neon isnt a part of material it's a part of brickcolor!

workspace.BadgeAwarder.Platform.Transparency=0
workspace.BadgeAwarder.Platform.BrickColor = BrickColor.new("Neon")
workspace.BadgeAwarder.Platform.Reflectance=0
workspace.BadgeAwarder.Platform.CanCollide=true

0
yes :D, thank you Dax4244 20 — 8y
Ad

Answer this question