Αποτελέσματα Αναζήτησης
18 Νοε 2020 · Recently I’ve seen some games such as Bubble Gum Simulator, allow you to input your channel id and get in-game rewards if you’re subscribed to them. With that being said there are two things that need to be done. We need to make an API Key on Google and insert it into the module code. How do I make my API key?
6 Ιαν 2018 · As the heading suggests, this method utilizes the pastebin web API. Method URL: https://pastebin.com/api/api_raw.php. This method involves a little more code and requires the following parameters: api_dev_key - This should be obvious by now; api_user_key - Yes. This is required. You can use this method to fetch private pastes by the same user
6 Μαΐ 2023 · Creates a pastebin with the given parameters, which you can see more detail at the pastebin API docs. It returns a pastebin link of the new paste if successful.
20 Σεπ 2022 · Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! Understand the very basics of scripting on Roblox. Variables, DataTypes. Attributes, Properties. Math library. Conditions,Functions, Loops. Return, Remotes. Gamepasses,DevProducts.
$api_dev_key = 'YOUR API DEVELOPER KEY'; $api_user_key = ''; $url = 'https://pastebin.com/api/api_post.php'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, 'api_option=userdetails&api_user_key='.$api_user_key.'&api_dev_key='.$api_dev_key.''); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl ...
noblox.js is an open-source Roblox API wrapper written in JavaScript (with TypeScript compatibility) as a fork from sentanos's roblox-js module.
The following samples show you how to carry out common scripting tasks in Roblox. Where applicable, corresponding 3D objects or models are provided. You can import the samples directly into your inventory where you can view them in the Studio Toolbox or open them directly in Studio.