This repository was archived by the owner on Sep 6, 2025. It is now read-only.
Global RP Looping #2
Deadlineem
started this conversation in
Ideas & Contributions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This script works for globally dropping figurines to all players in your session
If anyone has any input on getting it working with these triggers instead, your help is much appreciated!
new 3.txt
The triggers need to replace the Princess Robot Bubblegum portion inside the script with these
if playerID ~= localPlayerID then for i = 0, 24 do script.trigger_script_event(968269233, playerID, {1, 1, 4, i, 1, 1, 1}) script.trigger_script_event(968269233, playerID, {1, 1, 8, -5, 1, 1, 1}) system.wait(0) end endAll reactions