Hi. I want to make a script, that when the player is holding "mouse2", it is toggle the thirdperson to firstperson, and back, when he is stop holding "mouse2". How can i do it?
Btw, sorry me for my bad english, i tried to explain it understandable as possible, ahaha))
You can check input.WasMousePressed in GM/Think and then toggle. Example of a thirdperson can be found here: https://github.com/Kefta/gs_thirdperson/blob/master/lua/code_gs/thirdperson.lua
Sorry, you need to Log In to post a reply to this thread.