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:
local cam = game.Workspace.CurrentCamera local player = game.Players.Localplayer.Name wait(3) cam.Type = "Scriptable" 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.