Hello, I have a doubt...
If I want to set for example "42" field of view when I join the game, the script should be Local or normal script? Is "camera" property of StarterPlayer or Workspace?
btw if someone can give me any website to learn basic - advanced lua or the best way to learn lua, comment below please..
Local script:
1 | local cam = game.Workspace.CurrentCamera |
2 | local player = game.Players.Localplayer.Name |
3 |
4 | wait( 3 ) |
5 | cam.Type = "Scriptable" |
6 | cam.FeildOfView = 42 |
-When learning I just recommend going on the internet and searching up what you would like to achieve and then look for any roblox developer posts, they really help alot...
-Also AlvinBlox on youtube.