First Person Player Visibility

Hi there. I am looking to create a relaxing environment and create a first person walking simulator style of navigating through it. However when I load up the default first person template you can see the character model, especially when sprinting which really breaks immersion. I was wondering if there was a way to disable character visibility in first person?

Many thanks,

Joe

You can disable player visibility in a Lua script. player:SetVisibility(false,true)

Thanks so much ^^