Yo so i was kinda finding like this video but since you showed me what extension you use thank you. CAUSE IM TRYING TO CODE A ROBLOX SCRIPT FOR MY GAME.
how do you make a autoclicker so you can change the intervals with the slider and is there a way to make a button that teleports you to a objective idk if i worded that right love these tutorials btw keep uploading
Idk how to do this but how could i mwke a script that teleports you back to the position you dead and if you dont want that to like make a button or somethings
I'm using Scriptware and I downloaded the extension for scriptware, when I click on 'execute on ScriptWare' but then it says '[EXECUTION] Failed! No clients are connected!' in the VSC Output. Can someone help with that problem?
yo im having a problem where it says the game id isnt correct even if i make sure it is and even try the same game and code as you it keeps having that problem, does anyone know how to fix?
Hey does someone know how to script a toggle that can change things on workspace like the part if toggle is on its will go invisible with collision off if false then its gonna be visible with collision on
can someone tell me why the auto tap but wont click but as soon as i execute the script it just clicks with being toggled, i followed everything in the video its a exact replica of it but mines not working the same
its not working to appear when i execute it in game edit: NVM ITS WORKING LIKE REALLY WELL YOU EARNED A SUB MAN I MADE A MISTAKE ONLY SO I LUV THIS CHANNEL
@LxstSou1zz😴 Make sure you set it up correctly. Read the docs, You need to 1. Reference the lib 2. Make the window 3. And the init at the bottom of the script.
Complicated af, u need to search into the library it self and find the code that held the color of the library. After so, write the color picker code and maybe in the function use getgenv()
I'm using fluxus also but i can't get this to work, what code do i put into Fluxus to make the script inject and run when i click Fluxus Execute on Visual studio code?
How do you do a walk speed and a jump power Ive watched other videos but idk how to get it working idk if this is the code for it game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v game.Players.LocalPlayer.Character.Humanoid.JumpPower = v is it right and I dont know where to put the code in the script
Seems right, you need to make a slider and put it as the callback function under the corresponding one. I made a pastebin for you to look at with orion library. pastebin.com/raw/TXM3bryr
if u already have tab and section do this local walkspeedSlider = Tab:AddSlider({ Name = " Walkspeed Slider", Min = 16, Max = 500, Default = 16, Color = Color3.fromRGB(255,255,255), Increment = 1, ValueName = "Walkspeed", Callback = function(v) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v end }) and for jumppower do the same but just change WalkSpeed to JumpPower and the local to JumppowerSlider and the rest u can choose
This works but it just gets bypassed almost every game and the slider is really bad messes with youre frames when you have other things on u could add a wait() command but its just better with a Textbox Tab:AddTextbox({ Name = "Players Speed", Default = "Speed", TextDisappear = true, Callback = function(t) local walkSpeed = (t) local gmt = getrawmetatable(game) setreadonly(gmt, false) local oldindex = gmt.__index gmt.__index = newcclosure(function(self,b) if b == "WalkSpeed" then wait(0.5) return 16 end return oldindex(self,b) end) game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = walkSpeed game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = t end }) --I made it t idky first letter came to mind lol
Lua Is The Scripting Language Roblox Uses Luau Is Roblox Scripting Language But Modified And Is What Roblox Uses Today So Roblox Tech is using Lua anyways the language is lua
i made it so it automatically lifted in lifting simulator and i know how little of a thing to do that is but since it is my first time coding i felt so fucking accomplished lmao