Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Skybox only changes for the LocalPlayer? Help.

Asked by 5 years ago

Good afternoon/evening,

I was wondering if there is a method or script without having to change between places in order for the skybox to change for the LocalPlayer? For example, in the start of the game it's a Starry night skybox while traversing through the menu, but when you click to spawn it changes the skybox to the Autumn skybox. But, these changes only apply for the LocalPlayer, so, it doesn't affect anyone other player when the player is accessing the menu and the skybox reverts.

Respecfully,

sparkevin

2 answers

Log in to vote
0
Answered by
Prestory 1395 Moderation Voter
5 years ago
Edited 5 years ago

You could achieve this by:

1) Making the game filtering enabled. (also prevent's exploiting)

2) Running the changing sky box script from a local script for it to only show up for the LocalPlayer.

0
Sweet! thanks :) sparkevin 36 — 5y
0
No Problem! Prestory 1395 — 5y
Ad
Log in to vote
0
Answered by
Drakuo 0
5 years ago

Use a localscript. Hope this helps. http://wiki.roblox.com/index.php?title=API:Class/LocalScript

Answer this question