ROBLOX is an online building game for kids. It was created in 2006 and has over 100 users signing up per minute. ROBLOX uses a lightweight programming language called Lua that has been modified by the ROBLOX team to support ROBLOX games. It is fairly simple and easy to use. There are tutorials on ...
3
votes
3answers
71 views
Variables in Lua
I've came across a problem while writing some code up for a game. It seems I cant use variables in statements like;
local Username = "Cranavvo"
game.Players.Username:BreakJoints() -- Kills the player
...
2
votes
1answer
66 views
How to create new data types on Lua code?
I've searched the web, but no tutorial really made it clear to me, so I need a brief explanation on this:
I want to create new data types for lua (in the C language compiler) for creating values ...
0
votes
1answer
71 views
Element's CSS, reverts back at the end of page load?
I am trying to change the position of
<div class="BannerRedesign" id="Banner" style="position: fixed ! important; height: 36px ! important; width: 100% ! important;">
<div ...
1
vote
1answer
30 views
How can I view the events of RbxGui methods?
So, I was making a plugin for ROBLOX Studio, and got caught on the RbxGui methods.
I created a slider inside a frame using
local sGui = Instance.new("ScreenGui", game.CoreGui)
local PaceFrame = ...
0
votes
1answer
864 views
Loading iframe in google-chrome extension (Error: Protocols must match)
Code in manifest.json:
{
"name": "Test",
"version": "1.0",
"manifest_version": 2,
"description": "Test",
"browser_action": {
"default_icon": "icon.png",
"default_popup": ...
1
vote
1answer
40 views
Force-directed graphing algorithm having strange results
I've been trying to create a force-directed graphing algorithm with RBX::Lua. So far, everything seems to be working absolutely fine mathematically, but there are a couple of things that make ...
0
votes
0answers
33 views
How do I use roloxstudio offline?
How do I disable the script check in the robloxstudio?
Normally you can't run any script in offline mode, because the robloxstudio wants to check it before, and if you don't have internet, it is a ...
0
votes
1answer
120 views
Roblox Forum, Web Scraping App (Android) Questions
I've been waiting for an idea and I think I finally have one. I am going to attempt to make a Android App using Web Scraping that will allow me to navigate and use the forums on Roblox (.com if you ...
1
vote
0answers
57 views
Returning all attribute names inside of a document via Chrome Extension?
I am developing a Chrome Extension for a website known as Roblox. The forum has a lot of advantages, and some disadvantages. There have been other Chrome Extensions for this site, but they just do not ...
0
votes
0answers
74 views
VBScript Issue Wont Retrieve Value On Page
Ok, here's the issue. I run this script on this page:
http://www.roblox.com/Clockworks-Headphones-item?id=1235488
But the script doesn't seem to be recognizing the first private sale value so it can ...
0
votes
0answers
89 views
VBS Script Help For ROBLOX
Will this variable:
LOOL = (Replace(Mid(L00L, (InStr(L00L, ">R$")+3), 8), "</b>", ""))
Retrieve the first item's value that's for sale by a private seller on this page?
...
2
votes
1answer
134 views
Is There a Way of Switching Tabs in JQuery?
First of all I want to give you the link before I forget.
http://www.roblox.com/User.aspx?ID=1
Towards the bottom of the page there are multiple tabs. (Gear, Hats, Faces, Packages, etc.)
function ...
-3
votes
2answers
167 views
Key Bind Reader Script
I FIXED IT! Yeeeeeeees.
Ok, so I made a Key Bind script, that sets a IntValue to the byte code of a Key you press. That works all fine.
The problem is that the script that reads the Key Bind part ...
0
votes
1answer
75 views
How do I recognize a textbox with Javascript?
Can't figure out how to make javascript recognize a text box. In this case, a title, and message box.
The page I am using the source from is ...
0
votes
4answers
81 views
How do I define a concatenation in Javascript?
I only really know Lua, and HTML. But I'm trying to expand to Javascript.
How do I add a concatenation to the end of this? The ID is always a number.
How it would be done in lua (if this helps, ...
0
votes
1answer
289 views
How to have a store using dialog in ROBLOX
Using the new "Dialog" feature I want to create a store, how would I do that, like they click on an option and the game gives them the weapon they want.
Yeah so this feature is fairly new, but this ...
1
vote
1answer
726 views
Unix time to Humanreadable Date and Time
Im working in lua with out date support so what are some ways th convert unix millisecond time to time and date
mm/dd/yyyy hh:mm:ss
i have the time and day but year and month are hard
Thanks.
...
-2
votes
4answers
258 views
I need a Script that brings up a Gui on touch in Roblox?
How do i make a script bring up a shop gui when a brick is touched?
And how should i make the "buy" stuff in the shop gui?
0
votes
3answers
428 views
What is ROBLOX Lua scripting?
I really dont understand what it really even is. Is it just normal scripting or something else?
1
vote
2answers
329 views
-2
votes
2answers
447 views
Help With Scripting on Roblox [closed]
I want to make a cool game on roblox, Please dont steal my idea, but here it goes.
How do you make a Best Freind only door on Roblox?
0
votes
4answers
155 views
1
vote
5answers
355 views
Roblox Players in Build mode
Is it even possible to have two players in build mode?
Look on the Roblox Developer's Journal article "What did you sleigh?" It shows two "Players" on the players list.
0
votes
1answer
88 views
Why are the Data Persistence methods in Player still locked? [closed]
I and the rest of the Scripters Forum have discovered how to use these methods, like SaveBoolean, LoadBoolean, etc.. All we need to do is set the Save/LoadDataUrls correctly and call Save/LoadData on ...
-1
votes
2answers
754 views
On ROBLOX i'm making a survival place that I need help with [closed]
Err...Couldn't find an answer to my question any where else, so, here it is, if anyone out there can help me, i'd sure appreciate it.
I am making a survival type game on ROBLOX called Wasteland The ...
1
vote
2answers
514 views
Infinite “for i,v in pairs(table) do” Loop?
if #subWords>0 then
print("Q3")
for a,b in pairs(subWords) do
table.insert(output,b)
print("Q2: Adding "..b)
end
end
----Definitions
--subWords is a table with four strings in it
...
0
votes
1answer
307 views
How do I make an event in ROBLOX when a specific dialog?
Say I want to make a brick dissapear when a certain dialog choice is selected.
I make an NPC, then I add a dialog tree. It is now set so when a player talks to the NPC, they have the choice to say ...
0
votes
2answers
513 views
Making an AI - How to make path finding?
Hey, I am making an AI on ROBLOX and I can't seem to figure out where to start for path finding, the most common AI feature. Can anyone help?
P.S. I don't know any raycasting, so I can't use that as ...
1
vote
12answers
1k views
0
votes
2answers
93 views
How do I program frames?
Like if i click on a fridge door and it opens, or click on a chest and the top slides off.
-1
votes
1answer
171 views
How do I make a small Planet (Shape of a ball) So when people touched it they teleport with a GUI! [closed]
Im trying to make a "Dragon Ball Z" Game and I wan't people to touch mini planets to teleport there slowly! And it's like they actually flew in a spaceship there!
Can you help?...
Character Name : ...
0
votes
2answers
539 views
On ROBLOX, How Can I Make a Minigame Script? [closed]
On ROBLOX, I am making a game (Tangerine Panic) But, I need a minigame script.. the one that teleports everyone to game after 1 minute, and brings them back for another, and so on, also, how would I ...
0
votes
2answers
219 views
How do i make a map stimulator like in minigames? [closed]
I need a stimulator that teleports all players to a random chosen map and is timed to stay at that map for 1 minute, then returns to lobby for 20 seconds
EXTRA: if you know how to get points for ...
0
votes
2answers
300 views
I need a script for a class GUI [closed]
For ROBLOX, I need a GUI that appears when you spawn. It needs: 6 slots. After you click the one you want, it gives you these weapons and teleports you to a tele pad. I also need help with a VIP ...
0
votes
4answers
687 views
0
votes
6answers
288 views
How to make a sliding brick that dissapears into another on ROBLOX
Do I have to use bodyposition? BodyVelocity? PLEASE HELP
0
votes
4answers
149 views
What Else Should I Learn [closed]
I have had a very large experience with scripting and I was wondering what programming language I should learn next or comtinue to learn.
Mastered Scripting Languages:
Lua
.
Some Experience:
HTML
...
1
vote
4answers
478 views
How do metatables work and what are they used for?
I have this one question, about Lua metatables. I heard and looked them up, but I don't understand how to use them and for what.
0
votes
4answers
1k views
Can you invite freinds to a group build in ROBLOX?
people take long when they build places alone on ROBLOX but if we invite freinds to a group build it will be faster process.
3
votes
3answers
336 views
Why is CoreGui RobloxLocked in the DataModel and why can't trusted users use CoreScripts?
We should be able to access some of it so that we can edit the placement of each GUI object inside of CoreGui. So, other than security reasons, why are we not allowed to edit placement of GUI ...
0
votes
5answers
170 views
How do I CFrame parts?
I've heard that you can tilt a part by a precise amount using the .CFrame property. However, I'm unclear on how to use it. The following code does not work:
Workspace.Part.CFrame = ...
1
vote
3answers
1k views
How does an object reference itself in Lua?
C# has this and VB has ME. What is the Lua equivalent?
I am trying to reference the parent of the script class in Roblox.
1
vote
6answers
1k views
How to call functions in other script files in Roblox
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 and ...
0
votes
4answers
875 views
How to display a popup message in Roblox game mode?
I'm trying to parse chat messages for keywords that I will use to trigger various functions. In order to use the chat I have to test in game mode, which is started by first clicking Tools-> Test-> ...


