Cubern home page
Cubern
Search...
⌘K
Cubern
Search...
Navigation
Get Started
Introduction
Documentation
Plugins
Our Discord Server
Get Started
Introduction
Tutorials
Learning the Syntax
Changing Character
Using team create
Increasing performance
Storing code on github
Replication
Abstract Classes
Instance
ActiveInstance
Classes
Game
WarpService
ChatService
InputService
Players
Player
NPC
Seat
TweenService
Tween
Map
Spawnpoint
Sun
SoundPlayer
Datastore
DataStoreService
PointLight
LocalStorage
Environment
Folder
ServerStorage
Part
MeshPart
RemoteEventService
Data Types
Vector3
Vector2
Color3
Material
Enums
KeyList
Global
Global
Global Classes
On this page
What does cubern use?
Where do I learn the basics of lua?
I’ve found a bug!
Is PascalCase used?
Get Started
Introduction
Introduction into clua programming language
What does cubern use?
Cubern uses Lua as its main programming language which allows users to create games on the platform.
Where do I learn the basics of lua?
You can read our “learning syntax” tutorial which goes in depth and explains basics.
I’ve found a bug!
If you’ve find a bug please immediately reach out to us via our discord server or you can consider creating a report on the forums.
Is PascalCase used?
Yes, cubern uses PascalCase for its naming conventions for signals, functions and properties1
Learning the Syntax
Assistant
Responses are generated using AI and may contain mistakes.