#How do I spawn a part into the tool's position

1 messages · Page 1 of 1 (latest)

pliant hedge
#

Here's the script, help:
local plrs = game:GetService("Players")
local plr = plrs.LocalPlayer

local Mouse = plr:GetMouse()
local Gun = script.Parent

Gun.Activated:Connect(function()
local Bullet = Instance.new("Part", game.Workspace)
Bullet.CFrame = Gun.
print("clicked")
end)

livid hawk
livid hawk
pliant hedge