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?
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