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.