i want to recreate tekken in roblox can you make me a beta working game
I'll help you create a basic Tekken-style fighting game in Roblox using Lua scripting. Let's build a simple prototype with the core fighting mechanics.
ServerScriptService/GameManager.lua
Now let's create the player controller script:
StarterPlayerScripts/FighterController.lua
Now let's create a simple arena for the fighters:
ServerScriptService/ArenaSetup.lua
Finally, let's create a README file with instructions:
README.md
can we do this step by step start with the camera and arena to play i want to be able to move around but limit the player with bariers make it medium size
Let's start by creating a medium-sized arena with proper barriers and a camera system suitable for a fighting game. We'll focus on getting the environment and movement working first.
ServerScriptService/ArenaSetup.lua
Now, let's create a camera script that will provide a good view for a fighting game:
StarterPlayerScripts/CameraController.lua
Now, let's create a basic player controller for movement:
StarterPlayerScripts/PlayerController.lua
Let's also create a simple game manager to handle player spawning and basic game state:
ServerScriptService/GameManager.lua
Finally, let's create a README file with instructions:
README.md
ok lets make a r15 dummy to hit i want to be able to enteract with the dummy and we are sent to the arena