You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function queue_on_teleport does not work on Xeno. This same code is working in JJ and Solara
Code example
local queueteleport = syn and syn.queue_on_teleport or queue_on_teleport or fluxus and fluxus.queue_on_teleport
if queueteleport then
queueteleport("loadstring(game:HttpGet('https://pastebin.com/raw/Z6BhbujS'))()")
The text was updated successfully, but these errors were encountered:
local queueteleport = syn and syn.queue_on_teleport or queue_on_teleport or fluxus and fluxus.queue_on_teleport
if queueteleport then
queueteleport("loadstring(game:HttpGet('https://pastebin.com/raw/Z6BhbujS'))()")
end
The function queue_on_teleport does not work on Xeno. This same code is working in JJ and Solara
Code example
The text was updated successfully, but these errors were encountered: