when I called this two function and add different body with it, it seen to react only to a physic.Bug or restriction to only 1 physic
[lua]local function loadPhysics()
physics = require(“physics”)
physics.start()
physics.setGravity(0,9.81)
end
local function loadWoodPhysics()
woodPhysics = require(“physics”)
woodPhysics.start()
woodPhysics.setGravity(0,15)
end[/lua] [import]uid: 40786 topic_id: 11898 reply_id: 311898[/import]