Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
26 views

My Script inside my model's part doesn't run when I clone it

This is my code for spawning in the model itself which is located in ReplicatedStorage, which this is the hierarchy: SpawnDoor (Model) Door (Sound) Light (Folder) Door1 (Part) Door2 (Part) Part (Part) ...
Sergei Ivlev's user avatar
0 votes
0 answers
56 views

How do I destroy a part when it touches another part?

I'm trying to script a Roblox game. The aim for now is when I click the "AttractButton" the Object should attract towards player's location and stop 4 studs away. On the other hand, clicking ...
vinny9592's user avatar
0 votes
0 answers
22 views

Why does my Roblox Ui text label sometimes randomly say "100.00M" instead for the correct variable?

I generaly new to Roblox scripting and scripting and general. I am trying to make a clicker game so I made a auto clicker option for players to buy. One is a fast version and one is a regular verison. ...
Rayan Soufiani's user avatar
2 votes
0 answers
97 views

Decompiling Lua Issue

I'm working with the game GeminiLost from playfirst, they have an assets.pfp file that can be extracted using a BMS Script After extraction it is possible to see lua scripts that were compiled using ...
Jean Pereira's user avatar
0 votes
1 answer
59 views

Making a multiple stage selector in Roblox Studio

I'm making a stage selector that you can go forward and back a stage in my Roblox Game, but it didn't work, here's the code: local trasferHandler = {} local TOTAL_STAGES_IN_GAME = 10 for _, stage in ...
G4LC's user avatar
  • 1
0 votes
1 answer
52 views

What are JCL Alternitives for Embeded Applications? [closed]

What are modern alternatives for IBM's old JCL (Job Control Language) scripting language? For the past several years a client is working on a rewrite/overhaul of their old Mainframe system porting ...
Obsidian Gnome's user avatar
0 votes
1 answer
159 views

How to make toggle key to switch between two seperate functions lua script(logitech)

Currently when Caps Lock is on, the script is enabled, and when its off, its disabled. Fairly straightforward, what I'd like to do is when caps is on, all code above else statement is enabled, and ...
Work Mail DataAnalysisBiz's user avatar
0 votes
0 answers
69 views

Lua script code doesn't work on Battlefield1

Trying to use this simple recoil reducer lua script code. But in game, cursor doesn't move in x axis. It kinda stucks in y axis. EnablePrimaryMouseButtonEvents(true); function OnEvent(event, arg) ...
Yeeeet's user avatar
  • 1
0 votes
1 answer
98 views

ServerScriptService Script doesn't see changes of player value

I want to create a mine pet system for a clicker. I create a value in player Main script in ServerScriptService: local genX=Instance.new("IntValue", player) --actual player multiply by pets ...
ut1ks's user avatar
  • 1
1 vote
1 answer
44 views

Sends Event But Doesn't Receive

So basically in my script it sends the remoteevent successfully but the other script doesn't receive it for some reason. It has worked before. Script that fires the event: local frame = game.Players....
Vyxzl's user avatar
  • 36
0 votes
0 answers
77 views

Roblox Studio :GetJoinData Issues

So I'm trying to make a script that teleports a user to a "Portal" game, which then teleports that user to the placeId. I tried this but it didn't work, does anyone know how to fix it? ...
kno's user avatar
  • 9
-1 votes
1 answer
67 views

Having an issue with Gyros on roblox

Whenever i use body gyros to make the player look straight up it starts flinging the character, and sometimes just slightly straight up and it still flings the character, i've searched around but ...
LiredDev's user avatar
0 votes
1 answer
102 views

embedded eLua and C cooperative multitasking

I'm planning on implementing scripting support to embedded project coded in C. I have never done such thing before and found out about eLua. My goal is to get a scripting support to my existing C ...
Ou Tsei's user avatar
  • 472
0 votes
0 answers
32 views

Roblox Studio how to rotate a shoulder properly

I am trying to make my shoulders + arms + wrists look in the direction of my Third-Person camera direction I allready scripted the head as i wanted and now i tried to copy and paste the code i had for ...
Trebor's user avatar
  • 1
0 votes
1 answer
239 views

Roblox module script raycasting character even though character is in ignore list

So basically I was making a game, working on a combat tool and I was like "I might add a module script for raycasting so it will help later in the future!". So I did that but even though I ...
Rayyan Rabbi Rahman's user avatar

15 30 50 per page
1
2 3 4 5
20