Planetary gravity

Can someone help me with planetary gravity?
I dont want to use egomoose or else gravity controller custom character because i dont need to walk on trees! I’m already make attraction to planets but if you know method which be easier to make, you can reply it.
example of attraction:

local force = Instance.new(“LineForce”,humanR)
force.Attachment0 = humanR:FindFirstPart(“RootRigAttachment”)
force.Attachment1 = script.Parent.Attachment1
force.Magnitude = 1000

If you know and already test your solution, you can send it to me.
I hope you can help me with my situation?

3 Likes

I still have no clue, this is a hard attempt.
I have also been trying to replicate this games gravity system: Solar System Exploration 2 - Roblox

5 Likes