I may be slow to respond.
hello, I’m bubu and I make games and other stuff.
-
14:16
(UTC +01:00) - https://bubu07codes.github.io/bubuWebsite/
Pinned Loading
-
-
TextOnPart.luau
TextOnPart.luau 1-- Put this in a Part (:
23local gui = Instance.new("SurfaceGui") -- Creates a SurfaceGui
4gui.Parent = script.Parent -- Don’t forget to set the parent!
5gui.SizingMode = "PixelsPerStud" -- Same as Enum.SurfaceGuiSizingMode.PixelsPerStud
-
Understand the use of touched event ...
Understand the use of touched event in Roblox 1local part = script.Parent -- The Part
23part.Touched:Connect(function(hit) -- Every time something touches the part
4print(hit) -- This is the Instance what touched the part
5 -
Simple leaderstats template by BubuT...
Simple leaderstats template by BubuTheDev 1-- Simple leaderstats template by BubuTheDev
23-- Creates a folder called "leaderstats" (needs to be exact, dont change!)
4-- Creates a value called Points with a starting value of 0
5-- Every second Points will get increased by 1
-
BubuTheDev’s Simple DataStore
BubuTheDev’s Simple DataStore 1--BubuTheDev’s Simple DataStore
23--Saves player’s leaderstats when leaves or disconnected
4--Loads and sets the leaderstats when joining the game.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.