How is this simulator

This is a simulator just need feedback

5 Likes

It’s hard to judge by just looking at one picture. Maybe you can share a link, or at least give us some more images?

1 Like

https://www.roblox.com/games/5619630041/Boxing-Champions-BETA?refPageId=f5da519a-315a-4cfa-bab3-9b2358012ddd

Im not sure if this intentional, but while the animation is running you can click and gain points.

you might be able to something like:

click = false

script.parent.Activated:Connect(function()
if click == false then
print(1)
click = true 
wait(0.5)
click = false
end

Im not sure but somehow I glitched it and now I have inf backpack space…

thank you letting me know I will try and fix it

Not bad. You should definitely play around with the lighting and the properties. Personally, I would go for much lighter colors as opposed to your bright ones. Really adapts to the “low-poly” style I see that you are going for.

At first glance, this simulator looks very good.
However, I would add a few secrets to the map so that you always have something new to discover while playing, so the fun of the game doesn’t go out quickly.

The Shop, Pets, Portal and King areas are non-functional…
All there is to do is to collect items, sell currency and buy those jump boosts.