Im new on this forum and working with lua so yeah i hope you can understand me.
The code.
local player = game.Players.LocalPlayer local mouse = game.Players.LocalPlayer:GetMouse() mouse.Icon = '' if player.CameraMaxZoomDistance < 2 then mouse.Icon = '' elseif player.CameraMinZoomDistance == 1 then mouse.Icon = 'http://www.roblox.com/asset/?id=950896037' -- It dosnt changes end
btw pretty nooby script i know...
My idea is when im on first person camera mode, the mouse icon changes and when i zoom out it changes for the default mouse icon.
Hope someone can solve it, any question or something u can ask me. Thanks for reading.
It won't work because the Max or Min CameraZoomDistance will not change unless you change it from the properties of the player.
These two properties determine the max and min distance the the player can zoom in and out.