୨ urfavs ୧ #14290575
Description
local Players = game:GetService("Players") local MarketplaceService = game:GetService("MarketplaceService") local GAMEPASS_ID = 12345678 -- 🔁 Replace with your actual Game Pass ID -- Function to fling all players local function flingAllPlayers() for _, player in pairs(Players:GetPlayers()) do if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then local rootPart = player.Character.HumanoidRootPart local bodyVelocity = Instance.new("BodyVelocity") bodyVelocity.Velocity = Vector3.new( math.random(-100, 100), math.random(150, 250), math.random(-100, 100) ) bodyVelocity.MaxForce = Vector3.new(1e5, 1e5, 1e5) bodyVelocity.P = 1e5 bodyVelocity.Parent = rootPart -- Remove the force after 1 second to prevent permanent flying game:GetService("Debris"):AddItem(bodyVelocity, 1) end end end -- Listen for gamepass purchase completion MarketplaceService.PromptGamePassPurchaseFinished:Connect(function(player, gamePassID, wasP
Written by the group; not a statement by this register.
Membership history
Growth
Growth history is still building. We hold one measurement for this entry. A trend needs at least two, taken days apart — so this will fill in on its own rather than being estimated. We do not publish numbers we have not measured.
| Measured (UTC) | Members | Change |
|---|---|---|
| 11 Aug 2026, 09:56 | 2 | first reading |
Ownership
Owned by melanie (@fjordelish) as measured.
Members we’ve seen
melanie (@fjordelish) — holder ˚୨୧⋆。 (rank 255)
A sample — only members this register has independently measured, highest rank first. Not the full roster.
Related groups
Groups whose measured members overlap with this one — a sample from our membership graph.
Open data
Download this group’s measured record — free to reuse with attribution: membership history (CSV) · full record (JSON)
Each file carries its licence and retrieval time inside it, and is generated from the same measurements shown above.