Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to make a welcome badge roblox lua

local badgeID = YourbadgeID
local badgeService = game:GetService("BadgeService")
 
game.Players.PlayerAdded:Connect(function(player)
 wait(1)
 if not badgeService:UserHasBadge(player.UserId, badgeID) then
  badgeService:AwardBadge(player.UserId, badgeID)
 end
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: how to end if statement roblox 
Lua :: lua class 
Lua :: What is The Color changing script for luaa 
Lua :: cmder not taking lua file 
Lua :: table lua 
Lua :: how to make variables in lua 
Lua :: svelte template 
Lua :: Lua how to get the index of a nested table 
Lua :: unsur unsur hidrogen 
Lua :: lua prin type of variable 
Lua :: lua print table as string 
Lua :: lua class example 
Lua :: animation event firing too many times roblox 
Matlab :: matlab if 
Matlab :: sum in matlab script 
Matlab :: alternative from two vectors matlab 
Basic :: how to send basic auth using fetch 
Basic :: convert c++ code to c online 
Basic :: cmo ler o dado de um cliente ftp usando vbnet 
Elixir :: elixir enum flat_map 
Elixir :: phoenix ecto query bindingess 
Scala :: scala split string to list 
Scala :: how to print message in scala 
Excel :: google sheets concatenate non blank cells from two columns 
Excel :: add drop down in excel 
Perl :: perl mechanize check mirror response for errors 
Pascal :: for loop pascal 
Gdscript :: godot check if object is in group 
Abap :: abap char variable 
Assembly :: django template url with parameter 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =