Moving a model with mouse?
01 | local P = game.Players.LocalPlayer |
02 | local Plr = P.Character or P.CharacterAdded:wait() |
03 | local H = Plr:WaitForChild( "Humanoid" ) |
04 | local Mouse = P:GetMouse() |
05 | local model = Instance.new( "Model" ) |
07 | model.Parent = game.Workspace.Camera |
10 | for i,v in pairs (game.lighting.Test:GetChildren()) do |
11 | v:Clone().Parent = game.Workspace.CurrentCamera.Test |
13 | local new = game.Workspace.CurrentCamera.Test:GetChildren() |
14 | local part = game.Lighting.Test.Part |
17 | game [ "Run Service" ] .RenderStepped:connect( function () |
19 | new.CFrame = CFrame.new(math.floor(Mouse.hit.p.X),math.floor(Mouse.hit.p.Y),math.floor(Mouse.hit.p.Z)) |
23 | Mouse.Button 1 Down:connect( function () |
24 | if script.Value.Value = = 0 then |
25 | local ya = Instance.new( "Model" ,game.Workspace) |
27 | for i,v in pairs (game.Workspace.CurrentCamera.Test:GetChildren()) do |
28 | v:Clone().Parent = game.Workspace.Test |
30 | for i, v in pairs (game.Workspace.CurrentCamera.Test:GetChildren()) do |
32 | script.Value.Value = 1 |
So, currently I have this but the model won't seem to show up.
Any ideas on how to fix it?