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...
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 ...
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...
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...
1
© 2022 - 2024 — McMap. All rights reserved.