lt actually works! heres a little bit of my dumb assembly to use the “tog” thing if u want if u want:
tog(Players.Vortexuel560.PlayerGui.FlashWareMenu.BG+Visible+true)
lt actually works! heres a little bit of my dumb assembly to use the “tog” thing if u want if u want:
tog(Players.Vortexuel560.PlayerGui.FlashWareMenu.BG+Visible+true)
wait i found an issue with my code, im making a new post for it cusi ts not related to this
how do i use this i dont understand at all, where do i give it my string and where does it give me an object???
local stringToParse = “workspace.SpawnLocation.Decal”
local fullPath = stringToParse:split(“.”)
local parentInstance, remainingPath = getParentInstanceFromPath(fullPath)
local instance: Decal = getInstance(parentInstance, table.unpack(remainingPath))
stringToParse
is your string
instance
is the resulting variable containing your instance
that was what i was thinking, thank you so much
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.