01 | local viewPort = script.Parent:WaitForChild( "ViewportFrame" ) |
02 | local playerAro = script.Parent.ViewportFrame.Player |
03 |
04 |
05 | local WildLife = workspace:WaitForChild( "WildLife" ) |
06 | --WildLife:Clone().Parent = viewPort |
07 | local cild = game.Workspace:GetChildren() |
08 | local player = game.Players.LocalPlayer |
09 | player.CharacterAdded:Wait() |
10 |
11 | for index = 1 , #cild do |
12 | if cild [ index ] .Name ~ = "Camera" then |
13 | if cild [ index ] .Name ~ = "Terrain" then |
14 | if cild [ index ] .Name ~ = nil then |
15 | if cild [ index ] .Parent ~ = nil then |
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?