01 | local Players = game:GetService( "Players" ) |
02 |
03 | local Player = Players.LocalPlayer |
04 | local PlayerGui = Player:WaitForChild( "PlayerGui" ) |
05 | local ScreenGui = PlayerGui:WaitForChild( "ScreenGui" ) |
06 | local LoadingGui = ScreenGui:WaitForChild( "LoadingGui" ) |
07 | local LoadingTip = LoadingGui:WaitForChild( "LoadingTip" ) |
08 |
09 | LoadingTip.Text = Tips [ math.random( 1 ,#Tips) ] |
10 | --LoadingGui.Visible = true |
11 |
12 |
13 | wait( 6.5 ) |
14 | local CurrentCamera = workspace.CurrentCamera |
15 | CurrentCamera.CameraType = Enum.CameraType.Scriptable |
16 | wait( 1 ) |
17 | LoadingGui.Visible = false |
18 |
19 | CurrentCamera.CFrame = CFrame.new(- 21.8774242 , 74.0764542 , 69.80439 , 0.999999821 , - 0.000710515305 , 0.000112533424 , - 0 , 0.156432942 , 0.987688661 , - 0.000719371717 , 0.987688482 , - 0.156432897 ) |
Basically what happens is, that when the wait is finished, something with the camera turns all parts half transparent.
Check out this place. I posted a comment but just incase you ignore it here you go.
Check out this place here, it has instructions on how to manipulate a camera, it's pretty basic though.
https://www.roblox.com/games/556922203/Camera-Test