Ask your own question, for FREE!
English 8 Online
OpenStudy (anonymous):

Not sure were to put this question :/

OpenStudy (anonymous):

I think I made a mistake on my script.

OpenStudy (anonymous):

wait(13) local p = Instance.new("Part") p.Parent = game.Workspace p.Position = Vector3.new(0, 100, 0) --Change the numbers to change the local of the platform. p.Size = Vector3.new(25, 25, 25) --Change the numbers to change the size from it. p.BrickColor = BrickColor.new(1) --Look at the wiki and Scripting Help, the first option on the page and look for Pallete Colors to Numbers. p.Locked = true p.Anchored = false wait(7) p:remove() end

OpenStudy (conqueror):

?

OpenStudy (anonymous):

I need help completing this script correctly. I did a step wrong.

OpenStudy (anonymous):

I mean it look's wrong to me but I might have done it right?

OpenStudy (conqueror):

This isn't a school question...

OpenStudy (anonymous):

It's a scripting school.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!