I Just realized today that most of my scripts are useless since they are local scripts. But How would Get HumanoidRootPart's CFrame. I Gave My local script So you can get an Idea of what i want
THANKS!!!
Q.OnServerEvent:Connect(function(player) local QClone = QSkill:Clone() QClone.Parent = game.Workspace Q.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(0,-2.7,0) end)
You did it correctly but you have to define what char is. I assume you mean character so you can just insert this on line 2
local char = player.Character