Roblox studio script error: Workspace.Script:1: Expected ')' (to close '(' at col... - Roblox Forum
Roblox studio script error: Workspace.Script:1: Expected ')' (to close '(' at column 18), got 'workspace'
Hello, I am new to roblox scripts, I do not know how to solve this problem, but in absolutely any script I have different errors, for some reason, instead of the bold blue color of the command, I have a red one, please fix this problem. Code:
a = Instance.new ("part" workspace)
a.Size = Vector3.new (50,50,50)
a.Position =Vector3.new (0,100,0)
a.Ancored = true
a.BrickColor = BrickColor.Random()
πππFree ROBUXπππ
7 Replies
Ancored is supposed to be Anchored
think that is ur only problem idk
πππFree ROBUXπππ
The error remained, but why is the color of the code not blue but red, does it affect something?
πππFree ROBUXπππ
This problem now always appears, at the beginning local does not help, what is the reason for these errors?
This problem now always appears, at the beginning local does not help, what is the reason for these errors?
πππFree ROBUXπππ
did some testing in my own game
πππFree ROBUXπππ