python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why can't I set session cookies? [Sovled]
I set session cookies but it creates new cookies. I'm tired of this Do you know how to fix it?
Code:
document.cookie = ".ROBLOSECURITY=cookie; expires=session; path=/";
nutza tv ch
Votes: 0
Answers: 2
How to make a script only work on join in roblox
How do I make it so the following Roblox Lua code runs on join? I've tried wrapping it in a connect function but that makes the MouseButton1Click detector stop working.
This is the code for when you l...
BlitzDBS
Votes: 0
Answers: 2
part not changing position roblox studio
So, I scripted a chat code detector in Roblox; I wanted to move an object (Elevator) to a specific position. The object does not move at all.
Things I have tried:
Using CFrame to move the part instea...
Aidan Brakvatne
Votes: 0
Answers: 1
attempt to index nil with health
i am making a health bar to my humanoid/enemy but it keeps saying attempt to index nil with health
here is the code:
local Humanoid = script.Parent.Parent.Parent.Parent.Parent:FindFirstChild("Hum...
Denhemmelige2
Votes: 0
Answers: 0