DEV-ON

Monkey Simulator

by Gamer_Optimised

Advertisement

FUN INTERACTIVE BOSS FIGHTING EXPLORATION GAME FROM DEVELOPERS DEV-ON

INCLUDES THIS SCRIPT

game.players.playeradded:connect(function(player)
local leaderstats = instance.new("Folder")
leaderstats.name = ("leaderstats")
leaderstats.parent = player

local cash = instance.new("Intvalue")
cash.name = "Evo Points"
cash.parent = leaderstats
cash.value = 0

while return
wait(5)
cash.value = cash.value +5
end)

Last updated January 15, 2025
Status
In Development
Platforms
Engine
Other
Release Date
February 18, 2025
Advertisement
Advertisement