[DEVLOG] my new game!

Try placing a surface light inside of the neon parts for the square lights anbd for round lights, you can use a spot light. In addition, if you have any weird shadows, try turning off shadows for the parts which make up the light.

Also, the game looks like a good start. Good luck with the rest of your development journey!

3 Likes

what should I add to the game that will make it more fun?

1 Like

NEW UDPATE!!!
things I added,

  1. leader board (right now it only shows the people in the server)
  2. vip room and stuff cuz why not
  3. realistic lighting (thanks to Keeth and LuckyEcho)
  4. added a lot of decor and stuff

stay tunned for the next update!!

3 Likes

also, does anybody have any ideas to make the leaderboard, like not only show the people in the server, but in total. Here is the scrirpt i use:


local surfaceGui = script.Parent

local scrollingFrame = surfaceGui:WaitForChild("ScrollingFrame")

local function updateTopPlayer()
	local textLabel = scrollingFrame:FindFirstChild("first ")

	if textLabel then
		local players = game.Players:GetPlayers()
		table.sort(players, function(a, b)
			if a.leaderstats and b.leaderstats then
				return a.leaderstats.Steps.Value > b.leaderstats.Steps.Value
			end
		end)

		local firstPlayer = players[1]

		if firstPlayer then
			textLabel.Text = "1. " .. firstPlayer.Name .. " (" .. firstPlayer.leaderstats.Steps.Value .. ")"
		else
			textLabel.Text = "1. None"
		end
	else
		warn("Child 'first' does not exist in the ScrollingFrame")
	end
end

updateTopPlayer()

while true do
	updateTopPlayer()
	wait(0.5)
end
3 Likes

NEW UPDATE!!!

  1. addded 2 new secert areas!!
  2. added hamburger and pizza (in the secret area)
  3. patched some bugs cuz why not
  4. play the game here! flex your steps [alpha] - Roblox
2 Likes

AAAAAAAAAAAAAAAAA NEW UPDATE!!!
ok so things i added!!

Also added like 4 more secret doors/areas so good luck finding them!

2 Likes

NEW UPDATE!!!

  • added investing in dogecoin/bitcoin cuz why not
  • changed some of the prices for stuff becuase like there really good
  • added a secret chirstmas tree :shushing_face: :christmas_tree:
  • added a cool grass texture for the tree near shop
  • added some cool pipes somewhere
    Thats it!!! let me know if you want something to be addded
    PS does anybody know some good music i can put into this game? thanks
3 Likes

Bro … You should post your game updates in Bulletin Board.

1 Like

are u talking about the bulletin board in the game or something else

3 Likes

I mean the Bulletin Board category.

It’s the best place to post your game updates.

1 Like

hmm i like it here lol, and besides, the post is already here

4 Likes

You’re welcome to try our Audioscape app, which creates copyright-clear music for Roblox games – we have 8 different music creation engines that let you customize your tracks in a variety of ways.

See our post to Creator Resources, and our tutorial post that includes sample code.

1 Like

what if they’re seeking feedbacks for the updates? (im biased cuz i do this too lol)

1 Like

One problem(Maybe), is that the player can just hold W against a wall and still gain steps, even though they are not moving. You can fix this by checking if the player is moving, here is an example below.

if Humanoid.MoveDirection.Magnitude > 1 then
print("Player is moving!")
elseif Humanoid.MoveDirection.Magnitude == 0 then
print("Player is standing still or not actually moving!")
end
2 Likes

hmm thanks for the advice but does anybody have some ideas for some secret rooms?
i have made like 5 but like any ideas?

1 Like

NEW UPDATE!!!

2 Likes

NEW UPDATE!!!

1 Like

NEW UPDATEE

thanks for reading!

ps. any ideas to make the shop gui snap somewhere, because when you test it in studio, its where you want it to be, but then when you play it in roblox player it moves around, so how do you stop it from moving when you test it in roblox player?

1 Like

NEW UPDATE (again)

THATS IT LET ME KNOW IF U WANT A UPDATE/SUGGESTIONS!!

ps. pls follow me on roblox

1 Like

NEW UPDATEEEEEEEEEEEEEEE
happy late 2024!!