u/Interesting_Act_4972

success
▲ 0 r/lua

success

script.Parent.MouseButton1Click:Connect(function()

local enemy = game.ReplicatedStorage:FindFirstChild("Enemy"):Clone()

enemy.Parent = workspace

enemy.CFrame.Position = game.Workspace.Map.Start.CFrame.Position

end)

u/Interesting_Act_4972 — 5 days ago