Need help making a script

Hey, I don’t know how to script yet, and I am trying to make a part with text on it that says “Objective; Push all balls off the baseplate.” Could someone send me a script? Thanks :smiley:

1 Like

For that you don’t need a script. To make that, create a part, insert in it a SurfaceGui, then in the SurfaceGui insert a TextLabel. Customize the SurfaceGui’s size, and the TextLabel’s text.

1 Like

thank you, i am new to making games

If the upper reply is the solution, don’t forget to mark it as :white_check_mark:.

Cheers! As Octavian said, you can simply insert a SurfaceGui into the part that you want the text to appear at. However, if you want the objective to be changed later on, yes you might need a script for that.

1 Like