of     1   

ScriptingTales
#225803243Sunday, October 01, 2017 1:36 AM GMT

i want the y position to be 10.09 i tried while true do wait() part.Postion.y = 10.09 end but y is read only
ScriptingTales
#225803331Sunday, October 01, 2017 1:38 AM GMT

b
LuaDesign
#225803340Sunday, October 01, 2017 1:38 AM GMT

while wait() do part.Position = Vector3.new(part.Position.x,10.09,part.Position.z) end
SinisterMemories
#225806092Sunday, October 01, 2017 2:42 AM GMT

1] why 10.09?!1!? 2] here is the script part.Position.Changed:Connect(function() part.Position = Vector3.new(part.Position.x, 10.09, part.Position.z) end attempt to index global 'soul' (a nil value) R$1
amanda
#225806159Sunday, October 01, 2017 2:44 AM GMT

is the part anchored?

    of     1