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

not working when I execute it mabey I put in fireserver wrong?

Asked by 4 years ago

while true wait() do game.ReplicatedStorage.RemoteEvents.Plow:FireServer(Workspace.Roads.Road.Snow,"Colour") end)

1 answer

Log in to vote
0
Answered by
0msh 333 Moderation Voter
4 years ago
Edited 4 years ago

wrong placements

while wait() do
game:GetService("ReplicatedStorage").RemoteEvents.Plow:FireServer(Workspace.Roads.Road.Snow)

end
0
or do you have something after that cause I can't see it, it's just suppose to be "end" instead of "end)" 0msh 333 — 4y
Ad

Answer this question