Sit a game where you sit

sit - Roblox A place where you can sit not really much stuff. Please help me with how I can make this more attractive.

2 Likes

There’s nothing much about the game except sitting. You might want to consider to add different types of chairs or objects that players can sit on, or create a variety of posing positions like the vibe games. I would also suggest adding some interactives around the baseplate.

2 Likes

Well, if you want a game about only sitting, why not make it crazy? I’d say add some wacky physics, like ragdoll, or some weird momentum stuff. Maybe gravity changes? Why not let the player walk on walls to find their chair? I don’t know if this helps you, I just think that a simple game idea like this one should have a catch to it, so it’s interesting.

My advice to make into better game

1.Why use chairs? : I would add a Button that when you click you sit down :chair: . You could use some code on the lines of:

--this should work (not tested)
local button = script.Parent

local plr = game.Players.LocalPlayer

button.MouseButton1Click:Connect(function()
          local humanoid = plr.Character:WaitForChild("Humanoid")
          humanoid.Sit = true
end)
  1. I think I will just sit daaaaaa… : Try anding steps and building to fall from when you sit down. :scream:

  2. My sit is cooler than yours : Reward people for sitting! Give the player coins when they sit down and then let them buy stuff like cool sit animations :sunglasses:

If you need any more help you private message me here :smiley:

3 Likes

There are two things about the design that I really don’t like, first, it’s how everything is made with just plastic, and the second thing, is how the chair is just a part on the floor covered with short walls. Now on what to improve, I would say changing the the design and to add much more stuff to the game, for example, leaderstats, let’s say you sit for 10 seconds. You can get 10 coins and buy a yellow chair.