Posts

Showing posts from March, 2021

Teaching Python and Lua

Image
 Roblox Studio x, y, z   Today, Jai and I figured out how to use a while loop in Roblox Studio to make a part disappear and reappear. The part was actually just looping between transparent and non-transparent. I had the idea that we create a bridge over lava that will disappear and reappear. You must run across the bridge before falling into the lava. We made this code:   This is what the code does when you Run the game: We ran into an error code about Vector3 and we used this to help us fix our loop;