top of page

Groups Feed

View groups and posts below.


This post is from a suggested group

Hi there! WIX unexpectedly provided a 2-click migration to groups, and if I don't do it by 1st March 2026 then all data from forums is deleted forever which also means I can't migrate to here, so I decided to migrate now!

This post is from a suggested group

[!!!] Sunsetting Forums

3 Views

This post is from a suggested group

Please can you help me make a Day/Night Cycle in Roblox Studio?


hello!

Everyone's videos for a day/night cycle in roblox studio isn't working and the one on the website ( https://www.unstopa-hubs.com/rostopi-scripting/How-To-Make-A-Day-Night-Cycle-In-Roblox-Studio ) isn't working. Here's what I'm putting:


local Time = 0.01
local TimeChange = 0.01

while wait(Time) do
game.Lighting.ClockTime = game.Lighting.ClockTime + TimeChange
end

in ServerStorage like it says. If you have an idea that might solve this problem, please comment on this post!

6 Views

I think I have the solution! All of the scripting is correct ✔️, however, the parent of the script is incorrect ❌. You put "ServerStorage" instead of "ServerScriptService", that is what's making the day/night cycle not work. I hope you found this helpful!

This post is from a suggested group

Rate The Quality Of The Solutions

On a scale of 1-10, rate how good the solutions are, rate with the the worst and best you've had so far, meaning that there should be 2 ratings per comment. 1 is the worst/can't understand etc but 10 is the best/can understand/high quality/working etc.

5 Views

This post is from a suggested group

Rate How Easy The Solutions Are!

On a scale of 1-10, rate how easy the solutions are, rate with the hardest you've saw so far. 1 is the hardest/impossible but 10 is the easiest.

5 Views
bottom of page