i have this code in a plain main file i just want to see if im able to see a ad however nothing shows any ideas?
local RevMob = require(“revmob”)
local REVMOB_IDS = { [“Android”] = “copy your RevMob Android Media ID here”, [“iPhone OS”] = “54e53aaeaa774594099601” }
RevMob.startSession(REVMOB_IDS)
local fullscreen = RevMob.createFullscreen()
fullscreen:show()