RGN • Robloxian Gameshow Network #34631189
Game studiosENgame developmentscriptingtutorials
Description
-- Define variables local player = game.Players.LocalPlayer local userInput = game:GetService("UserInputService") local truss = workspace:WaitForChild("MovingTruss") -- Change "MovingTruss" to your truss's name -- Movement speed local speed = 5 -- Function to move truss based on key input local function onKeyPress(input, gameProcessed) if gameProcessed then return end local moveDirection = Vector3.new(0, 0, 0) if input.KeyCode == Enum.KeyCode.W then -- Move up moveDirection = Vector3.new(0, speed, 0) elseif input.KeyCode == Enum.KeyCode.S then -- Move down moveDirection = Vector3.new(0, -speed, 0) elseif input.KeyCode == Enum.KeyCode.A then -- Move left moveDirection = Vector3.new(-speed, 0, 0) elseif input.KeyCode == Enum.KeyCode.D then -- Move right moveDirection = Vector3.new(speed, 0, 0) end -- Apply the movement to the truss truss.Position = truss.Position + moveDirecti
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, 16:16 | 18 | first reading |
Ownership
Owned by user #5793362657 as measured.
Experiences
Experiences this group owns, by lifetime visits. Live-player counts are from our last measurement.
Members we’ve seen
CatBry (@bryanek4Scripts) — (HR) Human Resources (rank 254)
Vil (@vilhal0) — (HR) Human Resources (rank 254)
A sample — only members this register has independently measured, highest rank first. Not the full roster.
Rank structure
Roles and per-rank member counts as Roblox reports them (rank 0 = guest … 255 = owner).
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.