Hi, i have a vehicle and i want that the player can drive it but can also move inside it, can anyone give me some hints to do that?
Thnx
Could you go in more detail in what you want, I don’t exactly understand your questing, and that would just result in silly answers.
It’s a boat, so i would like that player can walks on it and also drive it, it’s ok?
You need to implement a way to switch controls to controlling the boat, instead of the player. How and when that switch happens is up to you.
thnx, but the problem is i’m new to scripting…
At the moment i have a fps moving camera on the boat and a script that move the boat when i press WSAD so when i move camera i also move the boat.
I should move the boat with oter keys or maybe when i click a button fpsinput is activefor boat and when i click another button in active for camera only
ideas?
now i added two cameras and with script i enable one or the other and also disable the moving script but now when i use the other camera my ocean (community ocean) in freezed because it works only for main cam.
What can i do for that?
Also when i move the boat with camera2 sometimes camera1 fall of from the boat, any suggestions?