Advertisement
coolfds1

How to make an FOV Gui (TextBox) Like Arsenal Script

Aug 26th, 2020
3,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local box = script.Parent
  2.  
  3. box.MouseEnter:Connect(function()
  4. if box.Text == '90' then
  5.  
  6. game.workspace.CurrentCamera.FeildOfView = 90 --Just Copy the whole script.. And Change Text, And FeildOfView..
  7. end)
  8. end)
  9.  
  10. -- Fixed Script --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement