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

How can i make script inside LocalPart?

Asked by 4 years ago
Edited 4 years ago

I tried to optimize my dodging game using local parts. When u leave level - scripts are stopping for you, but when i using this localscript script inside model don't working. How can i fix it?

``local model = game.ReplicatedStorage:WaitForChild("ModelTest")

if not workspace.CurrentCamera:FindFirstChild("ModelTest") then local clientModel = model:Clone() clientModel.Parent = workspace.CurrentCamera end``

0
Are you trying to clone a model for only the player? RockyRosso 12 — 4y
0
Yea Niki4_best 0 — 4y

Answer this question