So, I've been trying to make a macro for a game on Roblox and sometimes the inputs don't actually work? Why does this happen? I've tried this in pydirectinput,
I've been trying my hand at making games on the Roblox platform. After making a couple of games o learn the platform, I'm working on a much larger and complica
I made a small test boat for my tower defense game and I need the turret to rotate but not the rest of the boat and I can't anchor the boat because of network o
So here is the rundown of my code: while _waveActive do wait(1) for i, _spwn in pairs(_spawns:GetChildren()) do if _spwn:IsA("BasePart") and _zo
I was trying to re-edit the code over and over again but it still didn't work I've created the folder leader stats and when I play the game it shows that it's a
I'm writing code in python to help me accomplish something in a Roblox game. I won't go into too much detail, but basically, the objective is to automatically c
So i'm trying to make a little bot that moves to a point in the map Here is my code : local character = script.Parent local humanoid = character.Humanoid local
I want my player to fly at a certain speed to the specified point after running the code, it should not be teleportation, but exactly smooth movement, as in thi
I would like this to be a buttonGUI or a proximity prompt (proximity prompt preferred)
Basically I have a code that gets fired to a localscript in all players. The speaker / player argument is used to make sure the event is recieved by the correct
So I recently made a Roblox script (in lua) that powers when a button is pressed, it will change the colors of the object I want to change (a light) and it pops
local claim = script.Parent.Parent.Parent.Parent.StandMesh.Claim This will trigger the Proximty Prompt. claim.Triggered:Connect(function(player) local screen
I am making a Roblox game and I want it to have a stopwatch. The stopwatch works, but it counts very slowly for some reason. Here's my ScreenGui in StarterGui:
So, I was making something like the currency on leaderboard will be on a TextLabel. How can I make something like it will not be showing 0 but 0$? Because if I
local proximity = workspace.Cardpack.ProximityPrompt --GUI.Enabled = true local proximityPromptService = game.GetService("ProximityPromptService") proximity.Tr
I'm working on a game with my friend, and we are making an object move around a house and go to random points. The thing is, if it moves higher up on the X axis
How i can do something like that and fix this (i learn script) local Event = game.ReplicatedStorage.SoundPlayEventWirlord Event.OnServerEvent:Connect(function(
im playing roblox and i wanna make a script so when you sell your capacity your money goes up by that amount. ill provide all scripts below. local MaxCapacity =
im playing roblox and i wanna make a script so when you sell your capacity your money goes up by that amount. ill provide all scripts below. local MaxCapacity =
I want to make a command that would kill a player you specify.. Let's say I type: kill/Paul. Now I want to kill the player with the name Paul. This is my comman