Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue_on_teleport function is not working #56

Open
rhuda21 opened this issue Nov 23, 2024 · 3 comments
Open

queue_on_teleport function is not working #56

rhuda21 opened this issue Nov 23, 2024 · 3 comments

Comments

@rhuda21
Copy link

rhuda21 commented Nov 23, 2024

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'))()")
@Gumicuci
Copy link

i believe its because there's no end.

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

@Hahaha2995
Copy link

It's because you put it below you have to put it on the very top of all your scripts

@rhuda21
Copy link
Author

rhuda21 commented Jan 8, 2025

But it's working on other executor's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants