rush Rush Point [BETA] Autoplay/pick character

Script Credit :- iamn4m3l3ss
Features

(put in autoexec) Automatically chooses prefered gamemode/server region when joining the game. Automatically locks on chosen character when joining a match. (might not work on casual bc someone else took it ofc)

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local region = "EU" local gamemode = "Unranked" local character = "Hera" if not game:IsLoaded() then game.Loaded:Wait() end if game.PlaceId == 5993942214 then game:GetService("ReplicatedStorage").Modules.Remotes.RemoteFunction:InvokeServer("SelectServerRegion", region) print("Selected " ..region) game:GetService("ReplicatedStorage").Modules.Remotes.RemoteFunction:InvokeServer("SelectGamemode", gamemode) print("Selected " ..gamemode) wait(0.2) game:GetService("ReplicatedStorage").Modules.Remotes.RemoteFunction:InvokeServer("Play") print("Starting queue") end if game.PlaceId == 7113341058 then game:GetService("ReplicatedStorage").Modules.Remotes.RemoteFunction:InvokeServer("LockIn", character) print("Choosing " ..character) end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors