local camera = workspace.CurrentCamera
local skyboxPart = game.ReplicatedStorage.SkyboxPart:Clone()
skyboxPart.Parent = workspace
game:GetService("RunService").RenderStepped:connect(function()
skyboxPart.Position = camera.CFrame.p
end)
It reads at an average activity percentage of 30%! I just don't understand it. This script is placed in StarterPlayer < StarterPlayerScripts
The loop is causing all the trouble for some reason.
|