Tag: scripts

  • Shapes and basic scripts in Roblox

    Ball To create a sphere in Roblox, you can use the Part object and set its Shape property to “Ball”. Here’s an example of how you can do this: This will create a sphere with a diameter of 1 unit and add it to the Workspace object. You can adjust the size of the sphere…