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

I need help with the bullet material. Line 13. What is wrong and how should it be done?

Asked by 6 years ago

return {

toolname    = "Raygun"; 
firemode    = 2; -- 1 = AUTO 2 = SEMI 3 = BOLT
rpm         = 181;
damage      = 1000;
spread      = 0.02;
muzzle      = "MuzzleFlash";
firesound   = {"rbxassetid://131179973";};
reloadsound = "http://www.roblox.com/asset/?id=131164874";
volume      = 2;
bullet      = {
    outline = false;
    color   = BrickColor.new("Lime green").Color
    Material = "Neon"
};
0
Can you provide the whole script? steven73598233 75 — 6y

1 answer

Log in to vote
2
Answered by
CPF2 406 Moderation Voter
6 years ago

Materials should be used like this.

Part.Material = Enum.Material.Neon
Ad

Answer this question