Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

numbervalue change LocalPlayer FieldOfView? TEXTBUTTON

Asked by 5 years ago
Edited 5 years ago

i am here for a simple question how can i fix this ? without using workspace.Camera or something cause i wanna it to save when the player comes back. thats why i use numbervalue

```lua

local FieldOfView = game.Players.LocalPlayer.PlayerSettings.FieldOfView

script.Parent.MouseButton1Click:Connect(function()
    FieldOfView.Value = 50
end)
```

Answer this question