roblox Questions

2

Solved

import robloxapi async def grouprank(userId, rankName): # omitted rank-name to role id mapping rankId = dic[rankName] client = robloxapi.Client(cookie=NOT_STUPID_ENOUGH_TO_DISCLOSE) grp = awai...
Edo asked 21/5, 2023 at 2:52

2

Solved

There is a game called Roblox, in which the player makes the game, usually of lego-looking bricks. In Roblox, for the Brick colors, you can use typical RGB values, but that'd require an additiona...
Datura asked 19/12, 2015 at 3:32

2

Solved

I come from Javascript background and very used to the async calls with callbacks. Also well versed with Promise and asynch await. I recently started working on a Roblox game and its Lua SDK provid...
Earthnut asked 11/4, 2018 at 0:29

7

I have a script file embedded in the Workspace that contains functions. I would like call these functions from script files embedded in child objects of the Workspace. I don't want to have to copy ...
Dactylo asked 28/6, 2009 at 19:7

1

Solved

I've been learning OOP is quite a while now and wanted to test out the little knowledge I have. I wanted to use some API provided by the web site. This API Checks if a username is already been take...
Aflutter asked 17/12, 2015 at 6:41

2

I'm currently working on a game using Roblox (which uses Lua). It is a basically made up of several minigames. At the beginning of each round, all the players in game are put in a table and telepor...
Plead asked 18/2, 2014 at 19:33
1

© 2022 - 2024 — McMap. All rights reserved.