Skip to content

Commit b7c39eb

Browse files
Update SimpleSpy_with_unreliableRE.lua
1 parent 2aa8c67 commit b7c39eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleSpy_with_unreliableRE.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ function mouseEntered()
912912
UserInputService.OverrideMouseIconBehavior = Enum.OverrideMouseIconBehavior.ForceHide
913913
RunService:BindToRenderStep("SIMPLESPY_CURSOR", 1, function()
914914
if mouseInGui and _G.SimpleSpyExecuted then
915-
local mouseLocation = UserInputService:GetMouseLocation() - Vector2.new(0, 36)
915+
local mouseLocation = UserInputService:GetMouseLocation() - Vector2.new(0, 56)
916916
customCursor.Position = UDim2.fromOffset(
917917
mouseLocation.X - customCursor.AbsoluteSize.X / 2,
918918
mouseLocation.Y - customCursor.AbsoluteSize.Y / 2

0 commit comments

Comments
 (0)