Forum > Coding >

What does [api.IsUpdated] do?

JamAdventurer

JamStudios Corporation

Posts: 13

Threads: 6

Joined: Mar, 2022

Reputation: 0

Posted

I don't know how to use api.IsUpdated, It isn't found in the documentation and well.. I don't know how to use this, so anyone know how to use it?

  • 0

An Official Account:- Jam

Posts: 1

Threads: 0

Joined: Apr, 2022

Reputation: 1

Replied

It says the title it self. It checks if api is updated..

  • 0

Hi Peeps

JamAdventurer

JamStudios Corporation

Posts: 13

Threads: 6

Joined: Mar, 2022

Reputation: 0

Replied

But how do you use it? 

  • 0

Added

What does it output? 

  • 0

An Official Account:- Jam

z_Kenneth

roachcock#3492

vip

Posts: 131

Threads: 13

Joined: Oct, 2021

Reputation: 5

Replied

@JamAdventurer well if api is not updated then api update

  • 0

ecstacy_lxnny

fka as delta

contentCreator

Posts: 764

Threads: 69

Joined: May, 2021

Reputation: 95

Replied

I think it's a bool, means it can be either true or false. You can use it in a simple if else statement to check if the API is updated :)

  • 1

fka as delta

Posts: 426

Threads: 32

Joined: Aug, 2021

Reputation: 54

Replied

if(!api.IsUpdated()) {
// API isn't updated, we could show a messagebox to the user saying that it isn't updated
}

  • 1

Added

@_realnickk nooo!!!!!

  • 0

Added

@Astronemi 😭😭😭

/charsssss

  • 0

Owner @ https://altbot.win

The #1 Account Gen for Roblox

Luau

Luau

Posts: 113

Threads: 24

Joined: May, 2022

Reputation: -33

Replied

@JamAdventurer No offense but please learn about bool values and c#.

 

if (api.IsUpdated())
{
     //congrats its updated keep doing ur sh**
}
else
{
//OH NO ITS OUTDATED also plz learn bools
}
  • 0

Luau

Users viewing this thread:

( Members: 0, Guests: 0, Total: 0 )