
2.7k Views
Description
HELPP
Comments
7

Offline
fabritrex2012 1 year ago - Edited
hard to find but
Offline
fabritrex2012 1 year ago - Edited
player = game.Players.LocalPlayer
mouse = player:GetMouse()
gui = nil
getgui = game:GetObjects("rbxassetid://12701698194")
for i,v in pairs(getgui) do
gui = v
end
gui.Parent = player.PlayerGui
player.CameraMaxZoomDistance = math.huge
mouseletgo = false
cam = work*e.CurrentCamera
XOFF = 0
YOFF = 0
ZOFF = 0
FOV = 0.5
gui.base.slider1.*.MouseButton1Down:Connect(function()
while task.wait() do
if mouseletgo == true then break end
local reletivepos = mouse.X - gui.base.slider1.AbsolutePosition.X
local percentage = math.clamp(reletivepos / gui.base.slider1.AbsoluteSize.X,0,1)
FOV = percentage
gui.base.slider1.*.Rotation = percentage*360-180
gui.base.slider1.*.Position = UDim2.new(percentage - 0.035 ,0, -0.8, 0)
end
end)
gui.base.slider2.*.MouseButton1Down:Connect(function()
while task.wait() do
if mouseletgo == true then break end
local reletivepos = mouse.X - gui.base.slider2.AbsolutePosition.X
local percentage = math.clamp(reletivepos / gui.base.slider2.AbsoluteSize.X,0,1)
XOFF = percentage*10-5
gui.base.slider2.*.Rotation = percentage*360-180
gui.base.slider2.*.Position = UDim2.new(percentage - 0.035 ,0, -0.8, 0)
end
end)
gui.base.slider3.*.MouseButton1Down:Connect(function()
while task.wait() do
if mouseletgo == true then break end
local reletivepos = mouse.X - gui.base.slider3.AbsolutePosition.X
local percentage = math.clamp(reletivepos / gui.base.slider3.AbsoluteSize.X,0,1)
YOFF = percentage*10-5
gui.base.slider3.*.Rotation = percentage*360-180
gui.base.slider3.*.Position = UDim2.new(percentage - 0.035 ,0, -0.8, 0)
end
end)
gui.base.slider4.*.MouOffline
Alex7799 1 year ago - Edited
@fabritrex2012 the script says error to get * that say my executor πππ
Offline
fabritrex2012 1 year ago - Edited
what executor are u using?
Offline
txtsutester 1 year ago - Edited
the github got deletedOffline
Alex7799 1 year ago - Edited
@fabritrex2012 xeno
fabritrex2012player = game.Players.LocalPlayer
mouse = player...
Offline
bigfail 5 months ago
@fabritrex2012 why is half of the script gone
![[π RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
