Cuz I’m making a system like the player type the part’s path and the player can change the target path properties but game.workspace won’t work idk why
local pattern = 'Workspace%..'
local str = "game.Workspace.Baseplate"
local low = str:lower()
if not string.match(low, ”game.workspace”) then
print("yay")
else
print("fals")
end