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

Help me! = expected near end?

Asked by 10 years ago

So every time i try to do a script it says " = expected near end?"

0
Post your script.. Shawnyg 4330 — 10y
0
if true then wait() Game.Workspace.Baseplate.BrickColor = Br. yellowish wait(0.5) Game.Workspace.Baseplate.BrickColor = Bright green end Falcon2k12 0 — 10y
0
Im new to Scripting you see Falcon2k12 0 — 10y
0
Dude that's not how you do it. You do game.Workspace.Baseplate.BrickColor = BrickColor.new("Bright green") DogHouseForMe 0 — 5y

1 answer

Log in to vote
3
Answered by 10 years ago
game:GetService("Workspace").Baseplate.BrickColor = BrickColor.new("Br. yellowish green")
    wait(0.5)
game:GetService("Workspace").Baseplate.BrickColor = BrickColor.new("Bright green")
0
THANKS Falcon2k12 0 — 10y
0
No problem. RaverKiller 668 — 10y
Ad

Answer this question