Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local box = script.Parent
- box.MouseEnter:Connect(function()
- if box.Text == '90' then
- game.workspace.CurrentCamera.FeildOfView = 90 --Just Copy the whole script.. And Change Text, And FeildOfView..
- end)
- end)
- -- Fixed Script --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement