Websockets not connecting
Stack Overflow » Roblox
by Alfie
2d ago
I am trying to connect to a websocket via @microsoft/signalr but I keep receiving this one error: Error: WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not be a SignalR endpoint, the connection ID is not present on the server, or there is a proxy blocking WebSockets. If you have multiple servers check that sticky sessions are enabled. at webSocket.onclose (C:\Webstorm Projects\AccountCreator\node_modules\@microsoft\signalr\dist\cjs\WebSocketTransport.js:110:28) at WebSocket.onClose (C:\Webstorm Projects\AccountCreator\node_modules ..read more
Visit website
Making a multiple stage selector in Roblox Studio
Stack Overflow » Roblox
by G4LC
4d ago
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 pairs(workspace.Checkpoints:GetChildren()) do if tonumber(stage.Name) > TOTAL_STAGES_IN_GAME then TOTAL_STAGES_IN_GAME = tonumber(stage.Name) end end function trasferHandler.up(plr, direction) local tpStage = plr.TeleportedStage if tpStage.Value < plr.leaderstats.Stage.Value then tpStage.Value += 1 plr.Character.HumanoidRootPart.CFrame = workspace.C ..read more
Visit website
How to remove function from "for" in Roblox Studio?
Stack Overflow » Roblox
by user588818
5d ago
I have a code and I want the function to be on top, not in the loop itself. How do I do that? local blocks = workspace.test:GetChildren() for indx, obj in pairs(blocks) do obj.Touched:connect(function() wait(3) obj.BrickColor = BrickColor.Random() end) end I don't know how to do it...post how to do it right please ..read more
Visit website
It says argument 2 missing or nil, can anyone help me?
Stack Overflow » Roblox
by Shsbsbss
1w ago
script.Parent.Play.TextButton.MouseButton1Click:Connect(function() script.Enabled = false for i, v in pairs(script.Parent:GetDescendants()) do if v:IsA("TextButton") then v.Visible = false end end tweenService:Create(script.Parent, tweenInfoPopups, {Position = UDim2.new(0.5,0,1.25,0)}):Play() tweenService:Create(script.Parent.Parent.Title. tweenInfoPopups, {Position = UDim2.new(0.5,0,-1.25,0)}):Play() tweenService:Create(script.Parent.Parent.Parent.Transition, tweenInfoPopups, {Position = UDim2.new(0,0,.5,0)}):Play() wait(1) scr ..read more
Visit website
String not changing
Stack Overflow » Roblox
by Sodz1aX
1w ago
local proximityprompt = game.Workspace.Tycoons.Tycoon.MainItems.Cardboard_Box.Box.ProximityPrompt local StorageGui = script.Parent local x = script.Parent.Storage.Frame.X local Orebuttons = script.Parent.Storage.Frame.Ores:GetChildren() local OreString = script.Parent.Parent.Sell.Frame.Ore proximityprompt.Triggered:Connect(function() StorageGui.Visible = true end) x.MouseButton1Click:Connect(function() StorageGui.Visible = false end) for _, button: GuiButton in pairs(Orebuttons) do if button:IsA("GuiButton") then button.MouseButton1Click:Connect(function ..read more
Visit website
Apply leaderstat value on humanoid
Stack Overflow » Roblox
by Lane Bruns
1w ago
I'm making a button increase leaderstat value of "Speed", then, apply that leaderstat value on to the WalkSpeed value of the players humanoid. (make them the same) Here's the thing. I've done that part. The problem is, I need it to stay when the player dies and respawns, Also, my code seems to have broken for joining the game as well. Code for joining game, In ServerScriptService: local plrs = game:GetService("Players") plrs.PlayerAdded:Connect(function(plr) task.wait(3) local humanoid = if plr.Character then plr.Character:FindFirstChild("Humanoid") else nil if humanoid then ..read more
Visit website
Players.ilippo.PlayerGui.ScreenGui.Storage.Script:15: attempt to index nil with 'Connect'
Stack Overflow » Roblox
by Sodz1aX
1w ago
local proximityprompt = game.Workspace.Tycoons.Tycoon.MainItems.Cardboard_Box.Box.ProximityPrompt local StorageGui = script.Parent local x = script.Parent.Storage.Frame.X local Orebuttons = script.Parent.Storage.Frame.Ores:GetChildren() local OreString = script.Parent.Parent.Sell.Frame.Ore proximityprompt.Triggered:Connect(function() StorageGui.Visible = true end) x.MouseButton1Click:Connect(function() StorageGui.Visible = false end) Orebuttons.MouseButton1Click:Connect(function() print("Click") OreString.Value = Orebuttons.Name end) I don't know what should I do I ..read more
Visit website
How to integrate Roblox Captcha Into external website? [closed]
Stack Overflow » Roblox
by user24088123
1w ago
This is an example. I would like to do the same when trying to log in with a roblox account from an external website If someone has some code or show me an example on how to integrate it i would very much appreciate. I would like someone to help me with this :> ..read more
Visit website
How to solve javascript api [duplicate]
Stack Overflow » Roblox
by JwuS
1w ago
Problem Description: When attempting to fetch data from the API endpoint https://biggamesapi.io/api/clan/drft, the web application encounters a CORS (Cross-Origin Resource Sharing) policy restriction. The error message indicates that the request from the web application's origin, identified as 'null', is blocked because the API response lacks the required 'Access-Control-Allow-Origin' header. Despite receiving a 200 (OK) status code upon the initial request, subsequent attempts to fetch the data fail, resulting in: "TypeError: Failed to fetch" error. Return of Clan Battle Quest is not work ..read more
Visit website
Making A Roblox Time Trial Obby and can't seem to make a timer in my format
Stack Overflow » Roblox
by G4LC
1w ago
I'm making a roblox time trials obby, but I can't make a timer in the format of 0:00s, any help ? i tried multiple times, but nothing worked I used a very basic script but the format looks quite ugly. Please help, I've been trying for months on end to figure it out ..read more
Visit website

Follow Stack Overflow » Roblox on FeedSpot

Continue with Google
Continue with Apple
OR