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

Why is this script not working? [ANSWERED]

Asked by 9 years ago

Simply, nothing happens when I test the game.

Take note:

-There is a part in ServerStorage named "Part" -There is a Model in Workspace named "Model" -This script is in Workspace -This script is not disabled

while true do
    local Part = game.ServerStorage.Part
    Part.BrickColor = 21
    Part.Anchored = false
    Part:Clone().Parent = game.Workspace.Model
    wait()
end

Thank you for taking your time looking at this script. lol.

1
I don't think you can set BrickColor like that. Try using BrickColor.new(colorString) DigitalVeer 1473 — 9y
0
Now it works! Thanks! :D GatitosMansion 187 — 9y

Answer this question