i have made a working tank in roblox, but in order to drive it you must go up to the seat manually. how can i replace the the players character with the tank vehicle while allowing it to be driven when the player is spawned?
I feel like this belongs in #help-and-feedback:scripting-support but I’ll leave my suggestion here.
Why don’t you have it so there’s a way for them to either click on the tank or something that teleports them to the seat and makes them sit and then they can control the vehicle? I feel like that would be simpler than transforming the character into the tank.
The way I’d go about it is making the StarterCharacter model be a tank or some base model and then control the tank through client and server scripts from there. Such as InputBegan, putting it through a remote that will be received on the server side to then act accordingly.
The way you make a StarterCharacter is very simple, just create a model with the name “StarterCharacter” and place it in the StarterPlayer folder.
Yeah, but it’s [very] not smooth. I’ll just force player to seat and everything should work perfectly.