Player = game.Players.LocalPlayer Menu = script.Parent BackupDrive = math.huge mouse = Player:GetMouse() function onClicked() if BackupDrive > 0 then x = script.Parent.StoredMenu:clone() x.Parent = Player.PlayerGui end end Menu.Activated:connect(onClicked)
Supposingly wont work...Its in a tool,With localScript and the StoredMenu is inside the tool. Help out please!
Try using a high number instead of math.huge, I'm not sure why, but I've had a problem with this too.