#can someone explain to me getservice in simple/idiot form its too difficult for me to understand
1 messages · Page 1 of 1 (latest)
local ReplicatedStorage = game.ReplicatedStorage
local ReplicatedStorage = game:GetService("ReplicatedStorage")
is basicly the same
it gets services
its like :WaitForChild() but for services