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 7 years ago

return {

01toolname    = "Raygun";
02firemode    = 2; -- 1 = AUTO 2 = SEMI 3 = BOLT
03rpm         = 181;
04damage      = 1000;
05spread      = 0.02;
06muzzle      = "MuzzleFlash";
07firesound   = {"rbxassetid://131179973";};
09volume      = 2;
10bullet      = {
11    outline = false;
12    color   = BrickColor.new("Lime green").Color
13    Material = "Neon"
14};
0
Can you provide the whole script? steven73598233 75 — 7y

1 answer

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

Materials should be used like this.

1Part.Material = Enum.Material.Neon
Ad

Answer this question