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

the model I clone wont clone in front of me?

Asked by 6 years ago
Edited 6 years ago

so, I'm trying to make something for a game. ( not my game, a friends game ) and this won't clone the model in front of me.

Model = TextBox.text local oof = game.Lighting[Model]:Clone().Parent = workspace oof.Position = game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 10

Answer this question