Roobwis
Roobwis
  • Видео 6
  • Просмотров 15 694
How to code Fall Damage [Roblox Studio]
Thanks for watching. Please ask for help in the comments if you need.
Join my group if you want to see uncopylocked games with extensive notes as reference to help with your coding ventures!
www.roblox.com/groups/35107463/Open-Source-Coding-Projects#!/about
Look at the Fall Damage Script and Notes in my group if you just
want to take the code or need better help understanding it.
Просмотров: 35

Видео

Buying gamepasses and notifying chat [Roblox Studio Tutorial]
Просмотров 2514 дней назад
Music Used: ruclips.net/video/HxkrFFhhgjY/видео.html (Local) Prompt Purchase Script: local Players = game:GetService("Players") local MarketplaceService = game:GetService("MarketplaceService") local player = Players.LocalPlayer local playerID = player.UserId local GamepassIDs = { TestID = 941474687, } local function PromptPurchase(ID) local success, productInfo = pcall(function() return Marketp...
How to send custom server messages [Roblox Studio Tutorial]
Просмотров 1142 месяца назад
Music Used: ruclips.net/video/DzYp5uqixz0/видео.html Script Used: Local Script: local TextChatService = game:GetService("TextChatService") local SystemChatEvent = game:GetService("ReplicatedStorage").SystemChatEvent SystemChatEvent.OnClientEvent:Connect(function(msg, color, fontSize) msg = msg or "N/A" color = color or "#FFFFFF" fontSize = fontSize or 18 local formattedMessage = "" yt doesnt al...
How to remove You have joined team message in Roblox Studio [Tutorial]
Просмотров 1172 месяца назад
Music: ruclips.net/video/DzYp5uqixz0/видео.html Script Used: local Players = game:GetService("Players") local RBXGeneral = game:GetService("TextChatService").TextChannels.RBXGeneral Players.PlayerAdded:Connect(function(player) local ID = player.UserId RBXGeneral:AddUserAsync(ID) end)
How to script Admin Commands(Roblox Studio)
Просмотров 96Год назад
Part 1 of this series If you need help or have any suggestions for me to make a tutorial on let me know in the comments and ill respond as quickly as I can! Model link will be in the comment section!
RIP Sword Fight on the heights (its broken)
Просмотров 15 тыс.Год назад
Music used in this video: ruclips.net/video/IzSgMgg21bY/видео.html