I’m attempting to communicate with exploiters by using comments:
--[[
wassup homie
]]
And I wanted to know if they can see this. If not, should I use an unused variable?
local Exploiter = [[
wassup homie
]]
I’m attempting to communicate with exploiters by using comments:
--[[
wassup homie
]]
And I wanted to know if they can see this. If not, should I use an unused variable?
local Exploiter = [[
wassup homie
]]
I don’t believe they can see comments nor variables original names but if you create a variable of which’s contents are a string I believe they should be able to read its value. This is only possible in LocalScripts or those with Client RunContext of course.
I was afraid of that. Thank you anyway!