Hello developers!
I’m new to scripting with Lua in Roblox and I’m trying to make a game based off of the Roblox DevHub’s basic coding course “scoring points” tutorial.
The game is one where you try to survive on a series of platforms which disappear beneath your feet as you touch them. I’ve gotten this game mechanic to work just fine, however I want to add a bit of gameplay variety by adding special platforms which do other things that just disappear.
One of these special platforms would affect the platforms around it in a sort of plus pattern, like this:
(Red platform would be the platform touched, yellow would be the tiles disappeared due to this, and the black would remain unaffected)
Any ideas on how to do this?