-
What do you want to achieve? Keep it simple and clear!
I have imported a user’s avatar and I’d like to scale it up via the script I have below. -
What is the issue? Include screenshots / videos if possible!
I get the error that Scale is not a valid member of Workspace.silence despite it being a property. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Nothing
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local part = script.Parent
part.Touched:Connect(function()
game.Workspace.silence.Scale = 2
end)