search/
Start typing to search packages!
package_2
viewport-skybox
By @vocksel
Roblox
MirroredViewportSkybox
A Roact-based 3D skybox, modified from the 3DSkybox devforum post.
Installation
Wally
Add the following to your wally.toml:
[dependencies]
ViewportSkybox = "vocksel/viewport-skybox@0.1.3"
Model File
- Download a copy of the rbxm from the releases page under the Assets section.
- Drag and drop the file into Roblox Studio to add it to your experience.
Usage
local Roact = require(script.Parent.Roact)
local ViewportSkybox = require(script.Parent.ViewportSkybox)
local playerGui = game.Players.LocalPlayer.PlayerGui
local skybox = Roact.createElement(Skybox, {
content = game.ReplicatedStorage.SkyboxModel
})
Roact.mount(skybox, playerGui, "Skybox")
[image: Example of a skybox showing off celestial bodies, plentary rings, and stars]
The skybox is entirely made out of instances, which can be seen in this screenshot:
[image: A screenshot showing how the skybox looks from a different angle]
Package Details
Install command (Click to copy)
Version
0.1.3
License
MIT
Safe for commercial use
License identified from the packaged LICENSE file; the manifest declared none.
Automated license review — not legal advice.
