local placer = plot:FindFirstChild("Placer"..placeval.Value)
local model = models:FindFirstChild(who.Value)
local pos = placer.pos
local have = placer.have
local clone = model:Clone()
clone.Parent = placer
clone.main.CFrame = CFrame.new(pos.Value) -- here is the problem
have.Value = true
how.Value=how.Value-1
tried to make xyz values individual with int values it seems int value doesnt accepts fractional numbers?