Skip to content

Commit

Permalink
Update RemoteSpy.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
GameGuyThrowaway authored Dec 23, 2021
1 parent 24af1cd commit 9fa8b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/modules/RemoteSpy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ scriptContext:SetCallback(function()
local robloxValueType = typeof(v)
local variableName = robloxValueType:sub(1, 1):upper() .. robloxValueType:sub(2)

if valueType == "userdata" then
if valueType == "userdata" or valueType == "vector" then
v = (typeof(v) == "Instance" and getInstancePath(v)) or userdataValue(v)
elseif valueType == "table" then
v = tableToString(v)
Expand Down

0 comments on commit 9fa8b3b

Please sign in to comment.